Clean up leftover file after the test

This commit is contained in:
Matteo Beccati 2013-06-19 08:28:47 +02:00
parent e2bb74ab4f
commit 5edd530511

View File

@ -37,6 +37,8 @@ array_walk($trace, 'search_trace_file');
var_dump($found > 0);
var_dump(file_exists($tracefile));
@unlink($tracefile);
?>
===DONE===
--CLEAN--