Skip to content

Commit 5360b3d

Browse files
committed
fix test if unlink fails occasionally
1 parent 81e62e6 commit 5360b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_sqlite/tests/bug70221.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function _test() { return 42; }
1212
$db->sqliteCreateFunction('test', '_test', 0);
1313
print("Everything is fine, no exceptions here\n");
1414
unset($db);
15-
unlink($dbfile);
15+
@unlink($dbfile);
1616
?>
1717
--EXPECT--
1818
Everything is fine, no exceptions here

0 commit comments

Comments
 (0)