summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-09-13 21:52:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-09-13 21:52:36 -0700
commit12c6430f8d93a934a66d2f359cf9f624dc5bad24 (patch)
tree62e82798b6220fbbdc1326de00e4b050a4c2a9f1
parent7ab05b5c73dd75e2d9adfc2a84b23df513ce9876 (diff)
downloadtxr-12c6430f8d93a934a66d2f359cf9f624dc5bad24.tar.gz
txr-12c6430f8d93a934a66d2f359cf9f624dc5bad24.tar.bz2
txr-12c6430f8d93a934a66d2f359cf9f624dc5bad24.zip
glob*: skip tests on Cygwin.
* tests/018/glob.tl: exit successfully on Cygwin.
-rw-r--r--tests/018/glob.tl4
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 \