mirror of
https://github.com/php/php-src.git
synced 2024-12-14 12:26:19 +08:00
Fix test
This commit is contained in:
parent
8595dc8fa9
commit
ab2120e4e5
@ -6,7 +6,7 @@ $dir = __DIR__ . '/bug68825';
|
||||
|
||||
if (!mkdir($dir)) {
|
||||
die('Failed to create temporary directory for testing');
|
||||
} else if (!symlink(__FILE__, $dir . '/bug.phpt')) {
|
||||
} else if (!symlink(__FILE__, $dir . '/bug')) {
|
||||
die('Failed to create symbolic link');
|
||||
}
|
||||
|
||||
@ -24,6 +24,6 @@ string(%d) "%s%eext%espl%etests%ebug68825.php"
|
||||
--CLEAN--
|
||||
<?php
|
||||
$dir = __DIR__ . '/bug68825';
|
||||
unlink($dir . '/bug.phpt');
|
||||
unlink($dir . '/bug');
|
||||
rmdir($dir);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user