diff options
Diffstat (limited to 'tests/018')
-rw-r--r-- | tests/018/glob.tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/018/glob.tl b/tests/018/glob.tl index 09a1b11d..cfbc7a8f 100644 --- a/tests/018/glob.tl +++ b/tests/018/glob.tl @@ -1,5 +1,9 @@ (load "../common") +;; Passes on Cygwin, but too slow! +(if (eq (os-symbol) :cygwin) + (exit)) + (mtest (sys:brace-expand "~/{Downloads,Pictures}/*.{jpg,gif,png}") #"~/Downloads/*.jpg ~/Downloads/*.gif ~/Downloads/*.png \ |