mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
fix test cleanup
This commit is contained in:
parent
f00cf67d1e
commit
d7a0046468
@ -42,7 +42,13 @@ var_dump(file_exists($tracefile));
|
||||
?>
|
||||
===DONE===
|
||||
--CLEAN--
|
||||
<?php unlink($tracefile); ?>
|
||||
<?php
|
||||
|
||||
$tracefile = dirname(__FILE__) . '/trace.tmp';
|
||||
|
||||
unlink($tracefile);
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
bool(false)
|
||||
resource(%d) of type (pgsql result)
|
||||
|
Loading…
Reference in New Issue
Block a user