From c018058ea0e08ec54dcc4ca0e2e8edc51f19d42a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 30 Dec 2022 21:30:50 -0800 Subject: android, cygwin: do not try to test crypt. * tests/018/crypt.tl: Exit with successful termination status on Android or Cygwin. --- tests/018/crypt.tl | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3