Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, ↵ | Rob Landley | |
and make ctrl-c kill "make test" more reliably. | |||
2014-09-03 | chmod testsuite and link testsuite. | Divya Kothari | |
Chmod ? In this testsuite after change file mode bits, we are comparing file mode with expected ones. One additional "." is coming with modes (actual result). That?s why test cases are getting failed. This patch will remove additional "." from actual result. Link ? Added more test cases. | |||
2014-07-04 | Cut down from 1000+ file attribute tests to a more manageable number. | Rob Landley | |
2014-07-04 | I have developed few testsuites for toybox commands - | Divya Kothari | |
1. lsattr/chattr 2. mount 3. chmod 4. pgrep/pkill 5. groupadd 6. groupdel 7. useradd |