X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8514f1a67d2bf3c8fb9949c6bc71c428dde93439..98df2244c328b45c72cdb750f3e38889699fe020:/test/mhmail/test-mhmail 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"