From: Antony Dovgal Date: Wed, 21 Feb 2007 19:57:08 +0000 (+0000) Subject: fix test on FreeBSD X-Git-Tag: RELEASE_1_0_1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b38c3af0d3e52797d53e17f98bc80f3e7587da;p=php fix test on FreeBSD --- 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