From 356b6194879738c905ee1816c460491803826a88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sat, 19 Feb 2011 00:48:48 +0000 Subject: [PATCH] - Fixed test to work in systems with different line endings. --- tests/basic/enable_post_data_reading_02.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/enable_post_data_reading_02.phpt b/tests/basic/enable_post_data_reading_02.phpt index 395a220e51..dc7f6b127a 100644 --- a/tests/basic/enable_post_data_reading_02.phpt +++ b/tests/basic/enable_post_data_reading_02.phpt @@ -20,7 +20,7 @@ array(0) { } array(0) { } -string(224) "-----------------------------20896060251896012921717172737 +string(%d) "-----------------------------20896060251896012921717172737 Content-Disposition: form-data; name="file1"; filename="file1.txt" Content-Type: text/plain-file -- 2.40.0