]> diplodocus.org Git - nmh/blobdiff - test/repl/test-repl
And removed another improperly copied comment.
[nmh] / test / repl / test-repl
index 042bf4ef62cab527f7a56e2716e4a020e755995a..e4856d08d26daf360f2db5450aa894d8b532f8bb 100755 (executable)
@@ -29,8 +29,7 @@ Usage: repl: [+folder] [msg] [switches]
   switches are:
   -[no]group
   -[no]annotate
   switches are:
   -[no]group
   -[no]annotate
-  -cc all|to|cc|me
-  -nocc type
+  -[no]cc all|to|cc|me
   -draftfolder +folder
   -draftmessage msg
   -nodraftfolder
   -draftfolder +folder
   -draftmessage msg
   -nodraftfolder
@@ -55,7 +54,7 @@ Usage: repl: [+folder] [msg] [switches]
   -nofmtproc
 EOF
 
   -nofmtproc
 EOF
 
-repl -help >$actual 2>&1
+run_prog repl -help >$actual 2>&1
 check $expected $actual
 
 # check -version
 check $expected $actual
 
 # check -version
@@ -88,7 +87,7 @@ Comments: In-reply-to Test1 <test1@example.com>
 --------
 EOF
 
 --------
 EOF
 
-repl -cc me -editor true -nowhatnowproc 1
+run_prog repl -cc me -editor true -nowhatnowproc 1
 check $expected $actual
 
 # check -nocc me
 check $expected $actual
 
 # check -nocc me
@@ -105,7 +104,7 @@ Comments: In-reply-to Test1 <test1@example.com>
 --------
 EOF
 
 --------
 EOF
 
-repl -cc me -nocc me -editor true -nowhatnowproc 1
+run_prog repl -cc me -nocc me -editor true -nowhatnowproc 1
 check $expected $actual
 
 # check -cc me with Local- and Alternate-Mailbox addtions, Bug #36635:
 check $expected $actual
 
 # check -cc me with Local- and Alternate-Mailbox addtions, Bug #36635:
@@ -125,7 +124,7 @@ Comments: In-reply-to Test1 <test1@example.com>
 --------
 EOF
 
 --------
 EOF
 
-repl -cc me -editor true -nowhatnowproc 1
+run_prog repl -cc me -editor true -nowhatnowproc 1
 check $expected $actual
 
 
 check $expected $actual
 
 
@@ -144,7 +143,7 @@ Comments: In-reply-to Test1 <test1@example.com>
 --------
 EOF
 
 --------
 EOF
 
-repl -cc me -nocc me -editor true -nowhatnowproc 1
+run_prog repl -cc me -nocc me -editor true -nowhatnowproc 1
 check $expected $actual
 
 
 check $expected $actual
 
 
@@ -175,7 +174,7 @@ Comments: In-reply-to Test11 <test11@example.com>
 --------
 EOF
 
 --------
 EOF
 
-repl -cc to -editor true -nowhatnowproc 11
+run_prog repl -cc to -editor true -nowhatnowproc 11
 check $expected $actual
 
 
 check $expected $actual