diff options
Diffstat (limited to 'tests/018/crypt.tl')
-rw-r--r-- | tests/018/crypt.tl | 3 |
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" |