From 363d8b056113f4a54e84149977eac95505e38d59 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 7 Oct 2012 11:25:01 -0500 Subject: [PATCH] Added newline to "send" that's piped to dist. Old 2.6 Linux needs it. --- test/dist/test-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4