From: andy wharmby Date: Thu, 11 Jun 2009 23:04:37 +0000 (+0000) Subject: Delete duplicate test X-Git-Tag: php-5.2.10~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a1ae192a6f4c36d252149fd07f73265d7e712c6;p=php Delete duplicate test --- 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