]> granicus.if.org Git - php/commitdiff
Clean up leftover file after the test
authorMatteo Beccati <mbeccati@php.net>
Wed, 19 Jun 2013 06:28:47 +0000 (08:28 +0200)
committerMatteo Beccati <mbeccati@php.net>
Wed, 19 Jun 2013 09:48:03 +0000 (11:48 +0200)
ext/pgsql/tests/80_bug36625.phpt

index a95cea7110a58fc7428607140bc801f58c500204..9cc8a1d4fd0e3e892d790896b0378a7a91f8a204 100644 (file)
@@ -37,6 +37,8 @@ array_walk($trace, 'search_trace_file');
 var_dump($found > 0);
 var_dump(file_exists($tracefile));
 
+@unlink($tracefile);
+
 ?>
 ===DONE===
 --CLEAN--