summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-24 01:41:33 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-24 01:41:33 +0200
commitcd068b1ed6fda019e211cdd87a55a0b336669a92 (patch)
tree150fc8b3d5a24d39edb623d01cd9c658c034eb1a
parentb03f743e7d6326537a711d9b0913e56da7c878c3 (diff)
downloadphp-git-cd068b1ed6fda019e211cdd87a55a0b336669a92.tar.gz
Made bug44295-win.phpt locale independent
Formerly it failed on non English installations.
-rw-r--r--ext/standard/tests/general_functions/bug44295-win.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/bug44295-win.phpt b/ext/standard/tests/general_functions/bug44295-win.phpt
index d210a54d51..222b7beda7 100644
--- a/ext/standard/tests/general_functions/bug44295-win.phpt
+++ b/ext/standard/tests/general_functions/bug44295-win.phpt
@@ -23,7 +23,7 @@ try {
?>
==DONE==
<?php exit(0); ?>
---EXPECT--
+--EXPECTF--
before
-in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): The system cannot find the path specified. (code: 3)
+in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3)
==DONE==