]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add some initial basic tests for du(1)
authorngie <ngie@FreeBSD.org>
Mon, 12 Jun 2017 07:43:58 +0000 (07:43 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 12 Jun 2017 07:43:58 +0000 (07:43 +0000)
commit9eb896fc8567d39e1f3ad9f37bf36e24add6262b
tree5f804d85575037f44d63abe7c0cd046a1a24b753
parent703192d28e9b16ca3d33378325b8620e36a7ebe3
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.

MFC after: 1 month
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]