mh: testsuite fix.
* mh/tests/mhn.at: Bugfix.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -247,7 +247,7 @@ mkdir Mail/inbox | ... | @@ -247,7 +247,7 @@ mkdir Mail/inbox |
247 | cp $abs_top_srcdir/testsuite/mh/mbox1/4 Mail/inbox | 247 | cp $abs_top_srcdir/testsuite/mh/mbox1/4 Mail/inbox |
248 | echo "Current-Folder: inbox" > Mail/context | 248 | echo "Current-Folder: inbox" > Mail/context |
249 | echo "mhn-store-text: | $abs_top_srcdir/mh/tests/mhed -" >> $MH | 249 | echo "mhn-store-text: | $abs_top_srcdir/mh/tests/mhed -" >> $MH |
250 | mhn +inbox -store -part 1 4 | sed 's| *$||' || exit $? | 250 | mhn +inbox -store -part 1 4 | sed "s|$abs_top_srcdir/mh/tests/||;s| *$||" || exit $? |
251 | ], | 251 | ], |
252 | [0], | 252 | [0], |
253 | [-- Editor invocation: - | 253 | [-- Editor invocation: - |
... | @@ -263,7 +263,7 @@ But, now that I'm perfectly sure I have none, | ... | @@ -263,7 +263,7 @@ But, now that I'm perfectly sure I have none, |
263 | Why, I do it again and again.' | 263 | Why, I do it again and again.' |
264 | 264 | ||
265 | -- Input file end | 265 | -- Input file end |
266 | storing msg 4 part 1 using command /home/gray/gnu/mailutils/mh/tests/mhed - | 266 | storing msg 4 part 1 using command mhed - |
267 | ]) | 267 | ]) |
268 | 268 | ||
269 | dnl ------------------------------------------------------------------- | 269 | dnl ------------------------------------------------------------------- | ... | ... |
-
Please register or sign in to post a comment