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