X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffilesys.test.sh;h=4fd0179069dec495f28ee20694ee17c68a7c379a;hb=024389e7e3db268f535e36d883b4efc9d7ea0f65;hp=f20c4e4595b25ae9822544099dcafd840bf4cbb3;hpb=b76dac3d5f89700f3a076403157eae3c52e4c118;p=sbcl.git diff --git a/tests/filesys.test.sh b/tests/filesys.test.sh index f20c4e4..4fd0179 100644 --- a/tests/filesys.test.sh +++ b/tests/filesys.test.sh @@ -197,16 +197,54 @@ Lisp filename syntax idiosyncrasies)." (sb-ext:quit :unix-status $EXIT_LISP_WIN) EOF check_status_maybe_lose "DIRECTORY/TRUENAME part 3" $? +cleanup_test_subdirectory + +# DIRECTORY pattern matching +use_test_subdirectory + +mkdir foo +touch foo/aa.txt +touch foo/aa.tmp +mkdir far +touch far/ab.txt +touch far/ab.tmp +mkdir qar +touch qar/ac.txt +touch qar/ac.tmp +mkdir foo.moose +touch foo.bar +run_sbcl <