diff options
author | Rob Landley <rob@landley.net> | 2021-01-01 23:11:25 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-01-01 23:11:25 -0600 |
commit | 32eed40a14c1f550e366741f0a2e7aa69093dc3d (patch) | |
tree | 4f628959f98e20a31a48b784470cec4f4a089ec1 /tests | |
parent | 3bd2e82dac075cd5a79a99e3ca31dc3f9a812b08 (diff) | |
download | toybox-32eed40a14c1f550e366741f0a2e7aa69093dc3d.tar.gz |
Fix comma regression reported by Denys Nykula.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/chmod.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chmod.test b/tests/chmod.test index 3f5673d7..9adca60f 100755 --- a/tests/chmod.test +++ b/tests/chmod.test @@ -96,6 +96,7 @@ chtest +x "drwxr-xr-x\n-rwxr-xr-x\n" chtest -r "d-wx--x--x\n--w-------\n" chtest -w "dr-xr-xr-x\n-r--r--r--\n" chtest -x "drw-r--r--\n-rw-r--r--\n" +chtest a-w,a+x "dr-xr-xr-x\n-r-xr-xr-x\n" # macOS doesn't allow +s in /tmp touch s-supported |