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