From: Pierre Joye Date: Mon, 25 Jan 2010 13:49:47 +0000 (+0000) Subject: - make it work on win, simplify expect using expectf X-Git-Tag: php-5.4.0alpha1~191^2~2040 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c3e14e47a03d8fe69e3b686211cc8bbc4018694;p=php - make it work on win, simplify expect using expectf --- diff --git a/ext/standard/tests/general_functions/bug49847.phpt b/ext/standard/tests/general_functions/bug49847.phpt index 01ee1618c0..8895202d0c 100644 --- a/ext/standard/tests/general_functions/bug49847.phpt +++ b/ext/standard/tests/general_functions/bug49847.phpt @@ -2,11 +2,24 @@ Bug #49847 (exec() fails on lines larger then 4095 bytes) --FILE-- ---EXPECT-- +--EXPECTF-- array(1) { [0]=> - string(4098) " 1" + string(4098) "%s 1" }