From: Anatol Belski Date: Fri, 15 Jan 2016 12:10:09 +0000 (+0100) Subject: fork test X-Git-Tag: php-7.2.0alpha1~620^2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c3df3e8812f2dcb278b52f3f7ba0f807800ce5;p=php fork test --- diff --git a/ext/readline/tests/libedit_write_history_001-win32.phpt b/ext/readline/tests/libedit_write_history_001-win32.phpt new file mode 100644 index 0000000000..28af4cbfdd --- /dev/null +++ b/ext/readline/tests/libedit_write_history_001-win32.phpt @@ -0,0 +1,29 @@ +--TEST-- +readline_write_history(): Basic test +--SKIPIF-- + +--FILE-- + +--EXPECT-- +string(6) "foo +1 +" diff --git a/ext/readline/tests/libedit_write_history_001.phpt b/ext/readline/tests/libedit_write_history_001.phpt index e9b6dbee8d..14c3282e6d 100644 --- a/ext/readline/tests/libedit_write_history_001.phpt +++ b/ext/readline/tests/libedit_write_history_001.phpt @@ -3,6 +3,9 @@ readline_write_history(): Basic test --SKIPIF-- --FILE--