From 5e9036a2a192aa2c9b3de6256e456096d9971a8f Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 26 Mar 2015 03:18:42 +0100 Subject: [PATCH] Another CRLF test fix --- tests/run-test/test010.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-test/test010.phpt b/tests/run-test/test010.phpt index cc3ca3591e..12090346e3 100644 --- a/tests/run-test/test010.phpt +++ b/tests/run-test/test010.phpt @@ -9,8 +9,8 @@ var_dump(file_get_contents('php://stdin')); --STDIN-- fooBar use this to input some thing to the php script ---EXPECT-- -string(54) "fooBar +--EXPECTF-- +string(5%d) "fooBar use this to input some thing to the php script " string(0) "" -- 2.40.0