Reverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68033aea0da52a. A code fix...
[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