summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-21 19:57:08 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-21 19:57:08 +0000
commitc4b38c3af0d3e52797d53e17f98bc80f3e7587da (patch)
treeb84a5c7cd4a069fbb3ac94698e6f6670e7f4a303
parent32561d65b8ec4857474bc063a0c604ddab6a1c98 (diff)
downloadphp-git-c4b38c3af0d3e52797d53e17f98bc80f3e7587da.tar.gz
fix test on FreeBSD
-rw-r--r--ext/standard/tests/file/get_current_user.phpt4
1 files 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