From 014404db1a704b3bc65907272eb98686f84751ae Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 7 Sep 2017 16:54:47 +0000 Subject: Add basic tests for chflags, mkdir, rcp, and rmdir Add basic command line parsing test coverage for these utilities. The tests were automatically generated based on their man pages. These tests can be expanded by hand for more thorough coverage. The aim is to generate very basic amount of test coverage for all the utilities in the base system. Submitted by: shivansh Reviewed by: asomers, brooks MFC after: 3 weeks Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D12036 --- etc/mtree/BSD.tests.dist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc/mtree/BSD.tests.dist') diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 632e4d70e909..874cfc4bd477 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -8,6 +8,8 @@ bin cat .. + chflags + .. chmod .. date @@ -22,6 +24,8 @@ .. ls .. + mkdir + .. mv .. pax @@ -30,6 +34,10 @@ .. pwait .. + rcp + .. + rmdir + .. sh builtins .. -- cgit v1.2.3