X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fglob%2Fglob002.phpt;h=5c575e16c17d7a875b4fbf84b2e928dd2ba919e6;hp=36edb4de4f4af17ce5d798951aa9a7f268301f29;hb=cacb11fac1eb3f21eb55365cbff3c5e223cc7092;hpb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4 diff --git a/tests/glob/glob002.phpt b/tests/glob/glob002.phpt index 36edb4d..5c575e1 100644 --- a/tests/glob/glob002.phpt +++ b/tests/glob/glob002.phpt @@ -4,7 +4,6 @@ glob psi.directory={PWD}/../../psi.d:{PWD} --SKIPIF-- --FILE-- @@ -12,7 +11,7 @@ PHP_OS === "Linux" or die("skip - only for Linux"); 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===