]>
diplodocus.org Git - nmh/blob - test/folder/test-total
2 ######################################################
4 # Test the -total switch
6 ######################################################
8 if [ -z "${MH_TEST_COMMON}" ]; then
9 echo "MH_TEST_COMMON not set; try running via 'make check'"
16 output
=`folder -total +inbox`
17 if test x
"$output" != x
'TOTAL = 10 messages in 1 folder.' ; then