X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffilesys.test.sh;h=9b720a91b8aa9101f44657450f73600f37a47f5b;hb=aa1a5c6ea31c248587d78f62943ad749ea8fbe2f;hp=f20c4e4595b25ae9822544099dcafd840bf4cbb3;hpb=b76dac3d5f89700f3a076403157eae3c52e4c118;p=sbcl.git diff --git a/tests/filesys.test.sh b/tests/filesys.test.sh index f20c4e4..9b720a9 100644 --- a/tests/filesys.test.sh +++ b/tests/filesys.test.sh @@ -201,12 +201,12 @@ check_status_maybe_lose "DIRECTORY/TRUENAME part 3" $? # Test whether ENSURE-DIRECTORIES-EXIST can create a directory whose # name contains a wildcard character (it used to get itself confused # internally). -run_sbcl --eval '(ensure-directories-exist "foo\\*bar/baz.txt")' +run_sbcl --eval '(ensure-directories-exist "foo\\*bar/baz.txt")' --eval '(sb-ext:quit)' test -d foo*bar check_status_maybe_lose "ENSURE-DIRECTORIES-EXIST part 1" $? \ 0 "(directory exists)" -run_sbcl --eval '(ensure-directories-exist "foo\\?bar/baz.txt")' +run_sbcl --eval '(ensure-directories-exist "foo\\?bar/baz.txt")' --eval '(sb-ext:quit)' test -d foo?bar check_status_maybe_lose "ENSURE-DIRECTORIES-EXIST part 2" $? \ 0 "(directory exists)"