OSDN Git Service

plugin tests: use better backup extension
authorscribu <mail@scribu.net>
Mon, 25 Nov 2013 07:41:48 +0000 (09:41 +0200)
committerscribu <mail@scribu.net>
Mon, 25 Nov 2013 07:41:48 +0000 (09:41 +0200)
templates/install-wp-tests.sh

index 88e2dd3..782dec8 100644 (file)
@@ -34,7 +34,7 @@ install_wp() {
 install_test_suite() {
        # portable in-place argument for both GNU sed and Mac OSX sed
        if [[ $(uname -s) == 'Darwin' ]]; then
-               local ioption='-i ""'
+               local ioption='-i .bak'
        else
                local ioption='-i'
        fi