summaryrefslogtreecommitdiffstats
path: root/tests/018
diff options
context:
space:
mode:
Diffstat (limited to 'tests/018')
-rw-r--r--tests/018/chmod.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/018/chmod.tl b/tests/018/chmod.tl
index a5494998..93739c48 100644
--- a/tests/018/chmod.tl
+++ b/tests/018/chmod.tl
@@ -41,3 +41,8 @@
(cht "---------rwx" "u=rwsx" "s--rwx---rwx")
(cht "---------rwx" "u=rwsx,g=rwx,go-x" "s--rwxrw-rw-")
(cht "---------rwx" "g=o,g-w+s,u=g,o-x" "-g-r-xr-xrw-")
+(cht "---------rwx" "o=o" "---------rwx")
+(cht "-----x------" "a+X" "-----x--x--x")
+(cht "-----x------" "=,a+X" "------------")
+(cht "-----x------" "a-x+X" "------------")
+(cht "------------" "u+x-X" "------------")