From: Antony Dovgal Date: Mon, 4 Jun 2007 17:18:51 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.4RC1~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31ce08253c89be7b2af619fdd0ad70eb7b66837c;p=php MFH --- diff --git a/ext/standard/tests/general_functions/bug41518.phpt b/ext/standard/tests/general_functions/bug41518.phpt index c15cae1212..675b82ccac 100644 --- a/ext/standard/tests/general_functions/bug41518.phpt +++ b/ext/standard/tests/general_functions/bug41518.phpt @@ -20,6 +20,8 @@ touch($tmp_file); var_dump(file_exists($tmp_file)); //exists var_dump(file_exists($tmp_file."nosuchfile")); //doesn't exist +@unlink($tmp_file); + echo "Done\n"; ?> --EXPECTF--