From 12c6430f8d93a934a66d2f359cf9f624dc5bad24 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 13 Sep 2023 21:52:36 -0700 Subject: glob*: skip tests on Cygwin. * tests/018/glob.tl: exit successfully on Cygwin. --- tests/018/glob.tl | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- cgit v1.2.3