Skip to content

Commit 6a5254b

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fix test when it's run on another drive
2 parents 20695fb + fda0612 commit 6a5254b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/tests/blacklist-win32.phpt

Lines changed: 3 additions & 3 deletions
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)