X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffilesys.test.sh;h=68401816de1da186f24d103b9f2cdc8661e0417c;hb=a51d83191034919bc76367268929e234d62164db;hp=b6361843554f60e4d1a220247e3ef07fb3cfdb68;hpb=71d9292d4c2627c4d76b763443be759f95423c2c;p=sbcl.git diff --git a/tests/filesys.test.sh b/tests/filesys.test.sh index b636184..6840181 100644 --- a/tests/filesys.test.sh +++ b/tests/filesys.test.sh @@ -205,12 +205,19 @@ use_test_subdirectory mkdir foo touch foo/aa.txt touch foo/aa.tmp +mkdir foo/x mkdir far touch far/ab.txt touch far/ab.tmp +mkdir far/x +mkdir far/y +mkdir far/y/x +mkdir far/x/x mkdir qar touch qar/ac.txt touch qar/ac.tmp +mkdir foo.moose +touch foo.bar run_sbcl <