index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
chmod.test
Age
Commit message (
Expand
)
Author
2021-03-15
chmod: fix +X.
Elliott Hughes
2021-01-08
chmod.test: fix the tests to work on mksh as well as bash.
Elliott Hughes
2021-01-01
Fix comma regression reported by Denys Nykula.
Rob Landley
2020-12-18
Elliott said that chmod 000 debris was confusing host rm -rf, and macos
Rob Landley
2020-12-04
chmod: support complex modes.
Elliott Hughes
2020-11-25
Fix help text to explain why o+s isn't +t, add test +s not setting +t.
Rob Landley
2020-06-09
chmod: fix -R and dangling symlinks.
Elliott Hughes
2020-01-06
SebiderSushi reported that chmod g+s wasn't working.
Rob Landley
2020-01-06
Cleanup chmod tests.
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-01-31
chmod.test had umask assumptions which broke, so set explicit umask.
Rob Landley
2015-05-12
Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley