X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/baf775f063150c38bcc2f59c577cef52b94deb5a..d8f618fee89be7c25e9cc232a358d2d2b1ed53ac:/test/post/test-post-common.sh?ds=inline diff --git a/test/post/test-post-common.sh b/test/post/test-post-common.sh index 5692cc66..66feddca 100755 --- a/test/post/test-post-common.sh +++ b/test/post/test-post-common.sh @@ -9,7 +9,7 @@ set -e setup_test -arith_eval 64000 + `id -u` % 1000 +arith_eval 64000 + $$ % 1000 localport=$arith_val testname="${MH_TEST_DIR}/$$" @@ -29,7 +29,7 @@ echo "clientname: nosuchhost.example.com" >> ${MHMTSCONF} test_post () { pid=`"${MH_OBJ_DIR}/test/fakesmtp" "$1" $localport` - run_prog send -draft -server 127.0.0.1 -port $localport $3 || exit 1 + run_prog send -draft -server 127.0.0.1 -port $localport $3 # # It's hard to calculate the exact Date: header post is going to