From c4b38c3af0d3e52797d53e17f98bc80f3e7587da Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 21 Feb 2007 19:57:08 +0000 Subject: [PATCH] fix test on FreeBSD --- ext/standard/tests/file/get_current_user.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/file/get_current_user.phpt b/ext/standard/tests/file/get_current_user.phpt index 36aa1c2309..f9e2e50b9a 100644 --- a/ext/standard/tests/file/get_current_user.phpt +++ b/ext/standard/tests/file/get_current_user.phpt @@ -11,10 +11,10 @@ echo "Done\n"; --EXPECTF-- Warning: Wrong parameter count for get_current_user() in %s on line %d NULL -string(%d) "%s" +string(%d) %s Done --UEXPECTF-- Warning: Wrong parameter count for get_current_user() in %s on line %d NULL -unicode(%d) "%s" +unicode(%d) %s Done -- 2.40.0