summaryrefslogtreecommitdiffstats
path: root/tests/018
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-01-05 20:17:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-01-05 20:17:59 -0700
commit27d3fc8a546716dca12e47d4eea8f3cec4bbf94a (patch)
tree292dcaeddcc1842026afe8393b4195454f57305e /tests/018
parent7982070eecf514da2eaa0892537edc4bd2b17cfc (diff)
downloadtxr-27d3fc8a546716dca12e47d4eea8f3cec4bbf94a.tar.gz
txr-27d3fc8a546716dca12e47d4eea8f3cec4bbf94a.tar.bz2
txr-27d3fc8a546716dca12e47d4eea8f3cec4bbf94a.zip
openbsd: more tests fixes.
* tests/014/socket-basic.tl: Test for :openbsd also were we test for :bsd. * tests/014/glob-carray.tl: Likewise. * tests/017/glob-zarray.tl: Likewise. * tests/017/mmap.tl: Likewise. * tests/018/chmod.tl: Likewise.
Diffstat (limited to 'tests/018')
-rw-r--r--tests/018/chmod.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/018/chmod.tl b/tests/018/chmod.tl
index 4349686c..d8663b5e 100644
--- a/tests/018/chmod.tl
+++ b/tests/018/chmod.tl
@@ -9,7 +9,7 @@
(defvarl os (os-symbol))
-(defvarl test-sticky (unless (eq os :bsd)
+(defvarl test-sticky (unless (meq os :bsd :openbsd)
(chmod tgt s-isvtx)
(let ((st (stat tgt)))
(plusp (logand s-isvtx st.mode)))))