freebsd-dev/usr.bin/stat
Enji Cooper 64a82bcd4e 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
2017-06-12 00:21:55 +00:00
..
tests Add initial tests for stat(1) 2017-06-12 00:21:55 +00:00
Makefile Write up some basic tests for readlink(1) 2017-06-11 21:13:12 +00:00
Makefile.depend
stat.1 stat(1): sort flags in the DESCRIPTION section 2017-06-11 21:23:54 +00:00
stat.c Use MIN() instead of MAX() as the previous syntax was wrote in a weird and 2016-04-26 00:29:00 +00:00