From a46a628c7d1c0193e46ba3ae317d9c8ba813de7e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 26 Aug 2008 11:05:59 +0000 Subject: [PATCH] clean up garbage --- ext/mysqli/tests/mysqli_debug_ini.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mysqli/tests/mysqli_debug_ini.phpt b/ext/mysqli/tests/mysqli_debug_ini.phpt index d02a3c0921..7089a6cbeb 100644 --- a/ext/mysqli/tests/mysqli_debug_ini.phpt +++ b/ext/mysqli/tests/mysqli_debug_ini.phpt @@ -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" -- 2.50.1