tests: Adjusted most of the tests to mmh.
[mmh] / test / tests / folder / test-total
index ff29310..72d559e 100644 (file)
@@ -6,6 +6,6 @@
 ######################################################
 
 output=`folder -total +inbox`
-if test x"$output" != x'TOTAL = 10 messages in 1 folder.' ; then
+if test x"$output" != x'TOTAL = 10 messages in 1 folder' ; then
     exit 1
 fi