Skip to content

Commit 7e6ad00

Browse files
committed
Merge branch 'PHP-7.3'
* PHP-7.3: Fix test when it's run on another drive
2 parents 0187eeb + bca89bb commit 7e6ad00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/tests/blacklist-win32.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ print_r(count($status['scripts']) > 0);
2323
--EXPECTF--
2424
Array
2525
(
26-
[0] => C:\path\to\foo
27-
[1] => C:\path\to\foo2
28-
[2] => C:\path\to\bar
26+
[0] => %c:\path\to\foo
27+
[1] => %c:\path\to\foo2
28+
[2] => %c:\path\to\bar
2929
[3] => __DIR__\blacklist.inc
3030
[4] => __DIR__\current.php
3131
[5] => %scurrent.php

0 commit comments

Comments
 (0)