6da31741bd1f8ffb75a8269ad832977f0b5adc17
[mmh] / test / tests / folder / test-total
1 #!/bin/sh
2 ######################################################
3 #
4 # Test the -total switch
5 #
6 ######################################################
7
8 BINDIR=$MH_TEST_DIR/bin
9
10
11 output=`folder -total +inbox`
12 if test x"$output" != x'TOTAL = 10 messages in 1 folder.' ; then
13     exit 1
14 fi