From: David Levine Date: Thu, 5 Dec 2013 02:54:03 +0000 (-0600) Subject: Added temporary diagnostic hack to test-mhmail. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/98df2244c328b45c72cdb750f3e38889699fe020?ds=inline;hp=-c Added temporary diagnostic hack to test-mhmail. --- 98df2244c328b45c72cdb750f3e38889699fe020 diff --git a/test/mhmail/test-mhmail b/test/mhmail/test-mhmail index 31d6689e..1caf0399 100755 --- a/test/mhmail/test-mhmail +++ b/test/mhmail/test-mhmail @@ -114,6 +114,10 @@ esac # check -nosend # Not supported by compiled mhmail. +#### TEMPORARY hack to diagnose failure on Solaris. +echo before +sh -x mhmail -nosend recipient@example.com -from sender1@localhost -body '' 2>&1 +echo after mhmail -nosend recipient@example.com -from sender1@localhost \ -server 127.0.0.1 -port $localport -body '' >"$actual" 2>"$actual_err"