From: Andrea Faulds Date: Fri, 7 Aug 2015 13:41:47 +0000 (+0100) Subject: Replace bug70018 test (broken on non-GNU) with win32 version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8394713e5d591c87cdc355fffa8803b495697fd4;p=php Replace bug70018 test (broken on non-GNU) with win32 version --- diff --git a/ext/standard/tests/general_functions/bug70018-win32.phpt b/ext/standard/tests/general_functions/bug70018-win32.phpt deleted file mode 100644 index 427d816e4a..0000000000 --- a/ext/standard/tests/general_functions/bug70018-win32.phpt +++ /dev/null @@ -1,31 +0,0 @@ ---TEST-- -Bug #70018 (exec does not strip all whitespace), var 2 ---SKIPIF-- - ---FILE-- - ---EXPECT-- -array(2) { - [0]=> - string(3) "abc" - [1]=> - string(0) "" -} diff --git a/ext/standard/tests/general_functions/bug70018.phpt b/ext/standard/tests/general_functions/bug70018.phpt index 8685006092..d4c38b9d8a 100644 --- a/ext/standard/tests/general_functions/bug70018.phpt +++ b/ext/standard/tests/general_functions/bug70018.phpt @@ -1,16 +1,23 @@ --TEST-- -Bug #70018 (exec does not strip all whitespace), var 1 +Bug #70018 (exec does not strip all whitespace) --SKIPIF-- --FILE-- --EXPECT-- array(2) {