summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-10-18 00:45:17 +0200
committerAnatol Belski <ab@php.net>2018-10-18 00:45:17 +0200
commitbca89bb735b4075d48f5794a2cecfede134ed17e (patch)
tree061256c8150782065e5237c6ffce09065a0ddd29
parent24b677925434f4c2f3065646d1aff3f2eeaf2e13 (diff)
parent6a5254bc9697afb162b5fc8177b8a2864eb7176c (diff)
downloadphp-git-bca89bb735b4075d48f5794a2cecfede134ed17e.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix test when it's run on another drive
-rw-r--r--ext/opcache/tests/blacklist-win32.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/opcache/tests/blacklist-win32.phpt b/ext/opcache/tests/blacklist-win32.phpt
index 7fbe5dbd29..70c87338b5 100644
--- a/ext/opcache/tests/blacklist-win32.phpt
+++ b/ext/opcache/tests/blacklist-win32.phpt
@@ -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