From: Matteo Beccati Date: Wed, 19 Jun 2013 06:28:47 +0000 (+0200) Subject: Clean up leftover file after the test X-Git-Tag: php-5.5.0~8^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5edd53051169c0765479fc34d709814c8a0a0bda;p=php Clean up leftover file after the test --- diff --git a/ext/pgsql/tests/80_bug36625.phpt b/ext/pgsql/tests/80_bug36625.phpt index a95cea7110..9cc8a1d4fd 100644 --- a/ext/pgsql/tests/80_bug36625.phpt +++ b/ext/pgsql/tests/80_bug36625.phpt @@ -37,6 +37,8 @@ array_walk($trace, 'search_trace_file'); var_dump($found > 0); var_dump(file_exists($tracefile)); +@unlink($tracefile); + ?> ===DONE=== --CLEAN--