]> granicus.if.org Git - php/commitdiff
clean up garbage
authorAntony Dovgal <tony2001@php.net>
Tue, 26 Aug 2008 11:05:59 +0000 (11:05 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 26 Aug 2008 11:05:59 +0000 (11:05 +0000)
ext/mysqli/tests/mysqli_debug_ini.phpt

index d02a3c0921af03bf1452e7d235d9daf29b634381..7089a6cbebe715b8e854add23db6b7b9a695a174 100644 (file)
@@ -22,6 +22,7 @@ if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
        die("skip PHP cannot create a file in /tmp/mysqli_debug_phpt");
 else
        fclose($fp);
+@unlink("/tmp/mysqli_debug_phpt.trace");
 ?>
 --INI--
 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"