X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Ftests%2Ffolder%2Ftest-total;fp=test%2Ftests%2Ffolder%2Ftest-total;h=6da31741bd1f8ffb75a8269ad832977f0b5adc17;hp=0000000000000000000000000000000000000000;hb=031871c2ede845956070da603e8494690f7beb70;hpb=13f84dd50ca5754391dbd3296a5c7425f9363600 diff --git a/test/tests/folder/test-total b/test/tests/folder/test-total new file mode 100644 index 0000000..6da3174 --- /dev/null +++ b/test/tests/folder/test-total @@ -0,0 +1,14 @@ +#!/bin/sh +###################################################### +# +# Test the -total switch +# +###################################################### + +BINDIR=$MH_TEST_DIR/bin + + +output=`folder -total +inbox` +if test x"$output" != x'TOTAL = 10 messages in 1 folder.' ; then + exit 1 +fi