]> diplodocus.org Git - nmh/blobdiff - test/folder/test-create
If getln() sees a newline as its first character, it incorrectly
[nmh] / test / folder / test-create
index 59e7c3f995b1ad211d7ba5ae03551a5bd47c4992..a0fb5716b09d8c6b90b00a2518a078b6b252068f 100755 (executable)
@@ -14,14 +14,14 @@ fi
 
 setup_test
 
 
 setup_test
 
-folder -create +testfolder > /dev/null
+run_prog folder -create +testfolder > /dev/null
 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then
     :
 else
     exit 1
 fi
 
 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then
     :
 else
     exit 1
 fi
 
-rmf +testfolder > /dev/null
+run_prog rmf +testfolder > /dev/null
 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then
     # Test failed
     exit 1
 if [ -d "$MH_TEST_DIR/Mail/testfolder" ]; then
     # Test failed
     exit 1