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
/
ls.test
Age
Commit message (
Expand
)
Author
2019-11-23
Don't test for specific error message output, they vary by libc version.
Rob Landley
2019-11-05
Switch -w tests to check boundary conditions, fix code to pass tests,
Rob Landley
2019-10-31
ls: Add tests for `-C` and `-x` options
Andrew Ilijic
2019-10-28
ls: Add `-w` which sets the column width
Andrew Ilijic
2019-09-09
ls: fix spacing of -lZ and --full-time.
Elliott Hughes
2019-09-04
ls: fix -Z, add a test.
Elliott Hughes
2019-08-30
ls: fix recent regression.
Elliott Hughes
2017-04-17
Make ls.test work without awk.
Elliott Hughes
2017-04-03
Fix ls -a and ls -A tests.
Elliott Hughes
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2015-05-12
Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
Rob Landley
2014-10-30
Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink...
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley