X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Fpost%2Ftest-post-common.sh;h=1118d9cb3589cfa0eb685c9337c1b54156449ca3;hb=fc15b3f63b8e802f8d6dbc36fd35c0e400313a91;hp=bd37c7d7b0110102caaa22e5b5fd40825bd0b17b;hpb=356f49083391bd018b6c5dfed21e59247b4cc74a;p=mmh diff --git a/test/post/test-post-common.sh b/test/post/test-post-common.sh index bd37c7d..1118d9c 100755 --- a/test/post/test-post-common.sh +++ b/test/post/test-post-common.sh @@ -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