freebsd-dev/bin/cp/tests
Cameron Katri 97e1303791 cp: Make -P work without -R as per POSIX
According to POSIX, cp should allow the `-P` flag to work whether `-R`
is specified or not.  Currently, the `-P` option only works along with
`-R`.

PR:		199466
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D30012
2022-02-23 12:55:13 -06:00
..
cp_test.sh cp: Make -P work without -R as per POSIX 2022-02-23 12:55:13 -06:00
Makefile