]> granicus.if.org Git - php/commitdiff
Fix Test Bug #64714
authorMatt Ficken <v-mafick@microsoft.com>
Thu, 25 Apr 2013 18:34:57 +0000 (11:34 -0700)
committerMatt Ficken <v-mafick@microsoft.com>
Thu, 25 Apr 2013 18:34:57 +0000 (11:34 -0700)
ext/standard/tests/file/bug24482.phpt

index f545f1addfd54def3fb1a99428430a007f0c5e06..9d0568af332e77a90c65d09ce06c538c7202a3f3 100644 (file)
@@ -8,6 +8,11 @@ if (!function_exists("glob")) {
 ?>
 --FILE--
 <?php
+
+// run this test in ext/standard/tests (see bug #64714)
+chdir(__DIR__); // ensure in ext/standard/tests/file
+chdir('..'); // move up to ext/standard/tests
+
 $globdirs = glob("*", GLOB_ONLYDIR);
 
 $dirs = array();