Merge additional testcases and improvements to bin/ls/ls_tests from
authorngie <ngie@FreeBSD.org>
Mon, 5 Oct 2015 00:33:57 +0000 (00:33 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 5 Oct 2015 00:33:57 +0000 (00:33 +0000)
commita9fe170df1126a5dccd5dea163934fb04a95b5b8
tree15db092a5401cf329f1bff9d3bf700d1fde0f121
parent85fa330dc74592563cea8d7cf0e628fd30683993
Merge additional testcases and improvements to bin/ls/ls_tests from
^/user/ngie/more-tests.

- Additional testcases added:
-- ls -D
-- ls -F
-- ls -H
-- ls -L
-- ls -R
-- ls -S
-- ls -T
-- ls -b
-- ls -d
-- ls -f
-- ls -g
-- ls -h
-- ls -i
-- ls -k
-- ls -l
-- ls -m
-- ls -n
-- ls -o
-- ls -p
-- ls -q/ls -w
-- ls -r
-- ls -s
-- ls -t
-- ls -u
-- ls -y
- Socket file creation is limited to the ls -F testcase, greatly speeding up
  the test process
- The ls -C testcase was made more robust by limiting the number of columns
  via COLUMNS and by dynamically formulating the columns/lines.
- Add `atf_test_case` before all testcase `head` functions.

X-MFC with: r284388, r288330, r288423
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
bin/ls/tests/Makefile
bin/ls/tests/ls_tests.sh