Skip to content

Commit

Permalink
Fix test when it's run on another drive
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 17, 2018
1 parent 8a9e031 commit fda0612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/opcache/tests/blacklist-win32.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ print_r(count($status['scripts']) > 0);
--EXPECTF--
Array
(
[0] => C:\path\to\foo
[1] => C:\path\to\foo2
[2] => C:\path\to\bar
[0] => %c:\path\to\foo
[1] => %c:\path\to\foo2
[2] => %c:\path\to\bar
[3] => __DIR__\blacklist.inc
[4] => __DIR__\current.php
[5] => %scurrent.php
Expand Down

0 comments on commit fda0612

Please sign in to comment.