From 3c48de1912fe745a81d5be9cc0879a082b0c6aa8 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 11 Apr 2008 11:05:33 +0000 Subject: [PATCH] fix tests --- ext/posix/tests/posix_strerror_error.phpt | 2 +- ext/posix/tests/posix_strerror_variation1.phpt | 10 +++++----- 2 files changed, 6 insertions(+), 6 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 9a8b66bf19..94890b8af6 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--