]> git.marmaro.de Git - mmh/blobdiff - test/post/test-post-common.sh
I guess the -i option to sed works differently on Linux and MacOS
[mmh] / test / post / test-post-common.sh
index 7698b81cf9d37c3dc6d49556a6888cd4dd84794e..c35a5a256e83cb87f53ecd299077e87791bd80f9 100755 (executable)
@@ -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"
 }