]> diplodocus.org Git - nmh/blobdiff - test/folder/test-total
Removed unnecessary #include of h/signals.h.
[nmh] / test / folder / test-total
index df9c342502322981a1fac0df551994e0eda115af..59742484b10621bb3be235731c2494a9fb987a72 100755 (executable)
@@ -14,7 +14,7 @@ fi
 
 setup_test
 
-output=`folder -total +inbox`
+output=`run_prog folder -total +inbox`
 if test x"$output" != x'TOTAL = 10 messages in 1 folder.' ; then
     exit 1
 fi