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 91f61724..4349686c 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 :openbsd) +(defvarl test-sticky (unless (eq os :bsd) (chmod tgt s-isvtx) (let ((st (stat tgt))) (plusp (logand s-isvtx st.mode))))) |