]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r319850:
authorngie <ngie@FreeBSD.org>
Tue, 18 Jul 2017 16:48:36 +0000 (16:48 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 18 Jul 2017 16:48:36 +0000 (16:48 +0000)
commit58befe6722641bb52acfcdcc1a1a1febc99af03b
treebeebfcf94a7f554dcf29e89194ccc3dae84b16dc
parent0ed8ca06f5571589a3f381aa3d576141c2d89d51
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.
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]