Subject: CVS commit: src/regress/bin
To: None <source-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 07/16/2006 16:26:10
Module Name:	src
Committed By:	jschauma
Date:		Sun Jul 16 16:26:10 UTC 2006

Modified Files:
	src/regress/bin: Makefile
Added Files:
	src/regress/bin/cp: Makefile cp.sh

Log Message:
Add a regression test for cp(1) to test simple copying of files, directories
links etc.
This currently does not test the flags -i, -f, and -v.  It also does not
test removal of setuid or setgid bits if the owner can't be changed, nor
does it check creation of device nodes etc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/regress/bin/Makefile
cvs rdiff -r0 -r1.1 src/regress/bin/cp/Makefile src/regress/bin/cp/cp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.