summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2013-06-19 08:28:47 +0200
committerMatteo Beccati <mbeccati@php.net>2013-06-19 11:48:03 +0200
commit5edd53051169c0765479fc34d709814c8a0a0bda (patch)
tree6d6f3c9fe73db75869a8c87db5e8c06beec52731
parente2bb74ab4f90ca2b840e44b96125c4c1633e0a14 (diff)
downloadphp-git-5edd53051169c0765479fc34d709814c8a0a0bda.tar.gz
Clean up leftover file after the test
-rw-r--r--ext/pgsql/tests/80_bug36625.phpt2
1 files changed, 2 insertions, 0 deletions
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--