From c8ead0cd6153c50b7c7e5e836c6a205dd25f3bd5 Mon Sep 17 00:00:00 2001 From: andy wharmby Date: Thu, 11 Jun 2009 23:04:35 +0000 Subject: [PATCH] Delete duplicate test --- .../tests/posix_strerror_error_basic.phpt | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 ext/posix/tests/posix_strerror_error_basic.phpt diff --git a/ext/posix/tests/posix_strerror_error_basic.phpt b/ext/posix/tests/posix_strerror_error_basic.phpt deleted file mode 100644 index 3359e0fe2a..0000000000 --- a/ext/posix/tests/posix_strerror_error_basic.phpt +++ /dev/null @@ -1,46 +0,0 @@ ---TEST-- -Test posix_strerror() function : error conditions ---SKIPIF-- - ---FILE-- - -===DONE==== ---EXPECTF-- -*** Testing posix_strerror() : error conditions *** - --- Testing posix_strerror() function with Zero arguments -- - -Warning: posix_strerror() expects exactly 1 parameter, 0 given in %s on line %d -bool(false) - --- Testing posix_strerror() function with more than expected no. of arguments -- - -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(%d) "Unknown error%s" -===DONE==== \ No newline at end of file -- 2.50.1