X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b2fb9dfa039340fb4776e36cb381d02fffacd608..e0f3b26c85f385053fb562f15029ad4c3882b061:/test/post/test-post-common.sh diff --git a/test/post/test-post-common.sh b/test/post/test-post-common.sh index 7698b81c..e0eaa4ac 100755 --- a/test/post/test-post-common.sh +++ b/test/post/test-post-common.sh @@ -29,7 +29,7 @@ test_post () send -draft -server 127.0.0.1 -port $localport || exit 1 - wait $! + wait ${pid} # # It's hard to calculate the exact Date: header post is going to @@ -37,7 +37,9 @@ test_post () # compare it against our "correct" output. # - sed -i "" -e 's/^Date:.*/Date:/' "$1" + sed -i.bak -e 's/^Date:.*/Date:/' "$1" + + rm -f "${1}.bak" check "$1" "$2" }