From ef1f2c1b7bb030c7776899734a0a022da4aed4d3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 11 Apr 2008 11:06:18 +0000 Subject: [PATCH] fix tests --- ext/posix/tests/posix_strerror_error.phpt | 2 +- ext/posix/tests/posix_strerror_variation1.phpt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index 231757e671..6fc17ec0ce 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -42,5 +42,5 @@ Warning: posix_strerror() expects exactly 1 parameter, 2 given in %s on line %d bool(false) -- Testing posix_strerror() function with invalid error number -- -string(24) "Unknown error 4294966297" +string(%d) "Unknown error %d" Done diff --git a/ext/posix/tests/posix_strerror_variation1.phpt b/ext/posix/tests/posix_strerror_variation1.phpt index b2e4395864..40cfab2aad 100644 --- a/ext/posix/tests/posix_strerror_variation1.phpt +++ b/ext/posix/tests/posix_strerror_variation1.phpt @@ -1,5 +1,5 @@ --TEST-- -Test posix_strerror() function : usage variations - +Test posix_strerror() function : usage variations --SKIPIF--