Added newline to "send" that's piped to dist. Old 2.6 Linux
authorDavid Levine <levinedl@acm.org>
Sun, 7 Oct 2012 16:25:01 +0000 (11:25 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 7 Oct 2012 16:25:01 +0000 (11:25 -0500)
needs it.

test/dist/test-dist

index 3c9a9e9..709c847 100755 (executable)
@@ -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