tests: Adjusted most of the tests to mmh.
[mmh] / test / tests / repl / test-if-str
index 7582a7d..7d6604b 100644 (file)
@@ -19,7 +19,7 @@ X-NONUMBER: %(num 3)%(lit x)%<(num) yes%| no%>\n\
 EOF
 
 expected=$MH_TEST_DIR/$$.expected
-actual=$MH_TEST_DIR/Mail/draft
+actual=$MH_TEST_DIR/Mail/drafts/1
 
 cat > $expected <<EOF
 X-STRING: 0 found
@@ -27,10 +27,9 @@ X-NUMBER: 0 yes
 X-NOSTRING: 3x missing
 X-NONUMBER: 3x no
 --------
-Test1 writes:
 > This is message number 1
 EOF
 
-repl -editor true -format -form $form -group -nocc me -nowhatnowproc 1
+repl -editor true -form $form -group -nocc me -whatnowproc true 1
 
 diff -u $expected $actual