diff options
-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 |