summaryrefslogtreecommitdiff
path: root/mh/tests/repl.at
diff options
context:
space:
mode:
Diffstat (limited to 'mh/tests/repl.at')
-rw-r--r--mh/tests/repl.at12
1 files changed, 6 insertions, 6 deletions
diff --git a/mh/tests/repl.at b/mh/tests/repl.at
index 3520c631b..bd58e9f33 100644
--- a/mh/tests/repl.at
+++ b/mh/tests/repl.at
@@ -28,19 +28,19 @@ Subject: test input
28 28
29message body 29message body
30]) 30])
31echo "quit" | replcmd +inbox 1 | remove_curdir 31echo "quit" | replcmd +inbox 1 | cwdrepl
32echo == Mail/draft == 32echo == Mail/draft ==
33cat Mail/draft 33cat Mail/draft
34], 34],
35[0], 35[0],
36[-- Editor invocation: Mail/draft 36[-- Editor invocation: ./Mail/draft
37-- Input file: 37-- Input file:
38To: <gray@example.com> 38To: <gray@example.com>
39Subject: Re: test input 39Subject: Re: test input
40X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION) 40X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
41-------- 41--------
42-- Input file end 42-- Input file end
43What now? draft left on "Mail/draft". 43What now? draft left on "./Mail/draft".
44== Mail/draft == 44== Mail/draft ==
45To: <gray@example.com> 45To: <gray@example.com>
46Subject: Re: test input 46Subject: Re: test input
@@ -58,19 +58,19 @@ Subject: test input
58 58
59message body 59message body
60]) 60])
61echo "quit" | replcmd -draftfolder drafts +inbox 1 | remove_curdir 61echo "quit" | replcmd -draftfolder drafts +inbox 1 | cwdrepl
62echo == Mail/drafts/1 == 62echo == Mail/drafts/1 ==
63cat Mail/drafts/1 63cat Mail/drafts/1
64], 64],
65[0], 65[0],
66[-- Editor invocation: Mail/drafts/1 66[-- Editor invocation: ./Mail/drafts/1
67-- Input file: 67-- Input file:
68To: <gray@example.com> 68To: <gray@example.com>
69Subject: Re: test input 69Subject: Re: test input
70X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION) 70X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
71-------- 71--------
72-- Input file end 72-- Input file end
73What now? draft left on "Mail/drafts/1". 73What now? draft left on "./Mail/drafts/1".
74== Mail/drafts/1 == 74== Mail/drafts/1 ==
75To: <gray@example.com> 75To: <gray@example.com>
76Subject: Re: test input 76Subject: Re: test input

Return to:

Send suggestions and report system problems to the System administrator.