]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add initial tests for stat(1)
authorngie <ngie@FreeBSD.org>
Mon, 12 Jun 2017 00:21:55 +0000 (00:21 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 12 Jun 2017 00:21:55 +0000 (00:21 +0000)
commit176580241c42b21e434319ff0b35b38e5db12052
tree413091d8db32d58964491960c791af3a5197ac1c
parent207c91d5cbadd85b7ff4c705a2163cb0f041f80c
Add initial tests for stat(1)

Testcases for -H, -L, and -f haven't been implemented yet, in part due
to additional complexity needed to validate the features:
* -H and -f will require an external "helper" program to display/modify
  the state/permissions for a given path.
* -L is being covered partially via the -n testcase today.

MFC after: 1 month
usr.bin/stat/tests/Makefile
usr.bin/stat/tests/stat_test.sh [new file with mode: 0755]