From: Nikita Popov Date: Sun, 30 Sep 2018 17:56:28 +0000 (+0200) Subject: Fix test X-Git-Tag: php-7.4.0alpha1~1803^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab2120e4e563104da06dec7a37945d86b28b1727;p=php Fix test --- diff --git a/ext/spl/tests/bug68825.phpt b/ext/spl/tests/bug68825.phpt index 6bc03cb734..e662503611 100644 --- a/ext/spl/tests/bug68825.phpt +++ b/ext/spl/tests/bug68825.phpt @@ -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--