Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
60610d82
...
60610d826aedf4d878679a1d45b2802d0ed46307
authored
2010-12-06 01:47:24 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mh: testsuite fix.
* mh/tests/mhn.at: Bugfix.
1 parent
65ee39bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mh/tests/mhn.at
mh/tests/mhn.at
View file @
60610d8
...
...
@@ -247,7 +247,7 @@ mkdir Mail/inbox
cp $abs_top_srcdir/testsuite/mh/mbox1/4 Mail/inbox
echo "Current-Folder: inbox" > Mail/context
echo "mhn-store-text: | $abs_top_srcdir/mh/tests/mhed -" >> $MH
mhn +inbox -store -part 1 4 | sed
's| *$||'
|| exit $?
mhn +inbox -store -part 1 4 | sed
"s|$abs_top_srcdir/mh/tests/||;s| *$||"
|| exit $?
],
[0],
[-- Editor invocation: -
...
...
@@ -263,7 +263,7 @@ But, now that I'm perfectly sure I have none,
Why, I do it again and again.'
-- Input file end
storing msg 4 part 1 using command
/home/gray/gnu/mailutils/mh/tests/
mhed -
storing msg 4 part 1 using command mhed -
])
dnl -------------------------------------------------------------------
...
...
Please
register
or
sign in
to post a comment