]>
diplodocus.org Git - nmh/blob - test/folder/test-total
2 ######################################################
4 # Test the -total switch
6 ######################################################
8 if test -z "${MH_OBJ_DIR}"; then
9 srcdir
=`dirname "$0"`/..
/..
10 MH_OBJ_DIR
=`cd "$srcdir" && pwd`; export MH_OBJ_DIR
13 .
"$MH_OBJ_DIR/test/common.sh"
17 output
=`folder -total +inbox`
18 if test x
"$output" != x
'TOTAL = 10 messages in 1 folder.' ; then