projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ac907
)
Added newline to "send" that's piped to dist. Old 2.6 Linux
author
David Levine
<levinedl@acm.org>
Sun, 7 Oct 2012 16:25:01 +0000
(11:25 -0500)
committer
David Levine
<levinedl@acm.org>
Sun, 7 Oct 2012 16:25:01 +0000
(11:25 -0500)
needs it.
test/dist/test-dist
patch
|
blob
|
history
diff --git
a/test/dist/test-dist
b/test/dist/test-dist
index
3c9a9e9
..
709c847
100755
(executable)
--- a/
test/dist/test-dist
+++ b/
test/dist/test-dist
@@
-31,7
+31,7
@@
MHMTSCONF="$mts_fakesendmail"
# arguments: dist switches
test_dist ()
{
- printf "send" | dist "$@" >/dev/null
+ printf "send\n" | dist "$@" >/dev/null
# fakesendmail drops the message and any cc's into this mbox.
mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox