]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r319850:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jul 2017 16:49:24 +0000 (16:49 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jul 2017 16:49:24 +0000 (16:49 +0000)
commitca70b52e6729f4a3b73ce9dbb7978f42d1da6191
tree1fc752286846648e413e71bb11b04dedc602d3b6
parent795d8cbb862917fc524c056f43db5292461d715a
MFC r319850:

Add some initial basic tests for du(1)

Tests that exercise the following flags are added in this commit:
- -A
- -H
- -I
- -g
- -h
- -k
- -m

Additional tests will be added soon.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321133 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.tests.dist
usr.bin/du/Makefile
usr.bin/du/tests/Makefile [new file with mode: 0644]
usr.bin/du/tests/du_test.sh [new file with mode: 0755]