]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
Added temporary diagnostic hack to test-mhmail.
[nmh] / test / mhmail / test-mhmail
index 31d6689e6697ec2f088ba766590819798d6464ee..1caf0399711fcd6b49b376094dec6eaa427ed8f3 100755 (executable)
@@ -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"