]> diplodocus.org Git - nmh/blobdiff - test/post/test-post-common.sh
Removed mhmail.c because it was no longer needed and could get in
[nmh] / test / post / test-post-common.sh
index bd37c7d7b0110102caaa22e5b5fd40825bd0b17b..1118d9cb3589cfa0eb685c9337c1b54156449ca3 100755 (executable)
@@ -33,7 +33,7 @@ test_post ()
     # retry a few times if it fails...
     status=1
     for i in 0 1 2 3 4 5 6 7 8 9; do
-        if send -draft -server 127.0.0.1 -port $localport $3 >/dev/null 2>&1
+        if send -draft -server 127.0.0.1 -port $localport $3
         then
             status=0
             break