diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-09 09:58:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-09 09:58:16 +0000 |
commit | 940dc652a5312d220a58297f5599fa725d027c4c (patch) | |
tree | 6271f9db87f2823ffc818a64bdfe0367102cfe49 /tests/cp/special-bits | |
parent | c0d85f7e457be5719ecccd8a4f5f8041a8ae4db1 (diff) | |
download | coreutils-940dc652a5312d220a58297f5599fa725d027c4c.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/cp/special-bits')
-rwxr-xr-x | tests/cp/special-bits | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cp/special-bits b/tests/cp/special-bits index 5be230bc0..0588301a2 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -2,6 +2,9 @@ # make sure `cp -p' preserves special bits # This works only when run as root. +# This test would fail due to a bug introduced in 4.0y. +# The bug was fixed in 4.0z. + if test "$VERBOSE" = yes; then set -x cp --version |