summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/018/chmod.tl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/018/chmod.tl b/tests/018/chmod.tl
index 7ae0f9b2..16b96ad0 100644
--- a/tests/018/chmod.tl
+++ b/tests/018/chmod.tl
@@ -32,3 +32,10 @@
(cht "------------" "g+s" "-g----------")
(cht "------------" "+t" "--t---------")
(cht "sgtrwxrwxrwx" "=" "------------")
+(cht "sgtrwxrwxrwx" "u=" "--t---rwxrwx")
+(cht "sgtrwxrwxrwx" "g=" "--trwx---rwx")
+(cht "sgtrwxrwxrwx" "o=" "---rwxrwx---")
+(cht "------------" "u+s,g+s" "sg----------")
+(cht "------------" "u+r,g+r,o+r,+t,+s" "sgtr--r--r--")
+(cht "------------" "+rwx,g-r+w,o-r+w" "---rwx-wx-wx")
+(cht "---------rwx" "u=rwsx" "s--rwx---rwx")