summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-12-30 21:30:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-12-30 21:30:50 -0800
commitc018058ea0e08ec54dcc4ca0e2e8edc51f19d42a (patch)
treee07d007da7f236417c9361fc08cf098b9677d7e9
parentc4c271f654b1584f9c6b4181cc207092753d5b1a (diff)
downloadtxr-c018058ea0e08ec54dcc4ca0e2e8edc51f19d42a.tar.gz
txr-c018058ea0e08ec54dcc4ca0e2e8edc51f19d42a.tar.bz2
txr-c018058ea0e08ec54dcc4ca0e2e8edc51f19d42a.zip
android, cygwin: do not try to test crypt.
* tests/018/crypt.tl: Exit with successful termination status on Android or Cygwin.
-rw-r--r--tests/018/crypt.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/018/crypt.tl b/tests/018/crypt.tl
index 3652b6e1..33fd0ac5 100644
--- a/tests/018/crypt.tl
+++ b/tests/018/crypt.tl
@@ -1,5 +1,8 @@
(load "../common")
+(if (meq (os-symbol) :android :cygwin)
+ (exit))
+
(mtest
(crypt nil nil) :error
(crypt "a" "bc") "bcshMw5X24ayQ"