summaryrefslogtreecommitdiffstats
path: root/tests/007
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2024-01-05 06:30:06 +0000
committerKaz Kylheku <kaz@kylheku.com>2024-01-05 18:03:52 -0800
commit05f23c3977d8b68b1946abfb01432e69f3a433a3 (patch)
treef67547c1d7b1f3dbe66d873aa6d4d39c49588b61 /tests/007
parent93c17118815ef50f6d4fa728a87129abbdde3f50 (diff)
downloadtxr-05f23c3977d8b68b1946abfb01432e69f3a433a3.tar.gz
txr-05f23c3977d8b68b1946abfb01432e69f3a433a3.tar.bz2
txr-05f23c3977d8b68b1946abfb01432e69f3a433a3.zip
tests: fix on OpenBSD.
* tests/common.tl (os-symbol): Add :openbsd. * tests/007/except-4.txr: Skip. * tests/018/crypt.tl: Skip unsupported salts, i.e., without leading "$". * tests/018/gzip.tl: Add -f to gzip command to force compression even if it does not make the file smaller.
Diffstat (limited to 'tests/007')
-rw-r--r--tests/007/except-4.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/007/except-4.txr b/tests/007/except-4.txr
index 3f0ab9e5..3c19cb89 100644
--- a/tests/007/except-4.txr
+++ b/tests/007/except-4.txr
@@ -1,5 +1,5 @@
@(include "../common")
-@(if (eq (os-symbol) :solaris))
+@(if (meq (os-symbol) :openbsd :solaris))
@ (do (put-line "bar") (exit t))
@(end)
@(try)