72d559e29087c748aeaaeae7ee479ae20a8050c1
[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