tests: fix linux glob test
[m6w6/ext-psi] / tests / glob / glob002.phpt
index 36edb4de4f4af17ce5d798951aa9a7f268301f29..704386fdee621cda979275cda00a8d4e975e467f 100644 (file)
@@ -12,7 +12,7 @@ PHP_OS === "Linux" or die("skip - only for Linux");
 <?php
 chdir(__DIR__);
 $glob = ["gl_offs" => 5];
-var_dump(psi\glob("*002.php{,t}", psi\GLOB_BRACE|psi\GLOB_DOOFFS, $glob));
+var_dump(psi\glob("*002.php*", psi\GLOB_DOOFFS, $glob));
 var_dump($glob);
 ?>
 ===DONE===