From: David Levine Date: Sun, 7 Oct 2012 16:25:01 +0000 (-0500) Subject: Added newline to "send" that's piped to dist. Old 2.6 Linux X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=363d8b056113f4a54e84149977eac95505e38d59 Added newline to "send" that's piped to dist. Old 2.6 Linux needs it. --- diff --git a/test/dist/test-dist b/test/dist/test-dist index 3c9a9e9..709c847 100755 --- 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