diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-20 09:43:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-20 09:43:37 +0000 |
commit | ff8d7f3d98a521a4600ec6ffaa0feb3871b4f6d4 (patch) | |
tree | 98a250c663ddb62ad98f9d4ad896d72dff16d2e4 /tests | |
parent | 39e3db9605ed5eb1fcb835efd2cd5cadb0af7d36 (diff) | |
download | coreutils-ff8d7f3d98a521a4600ec6ffaa0feb3871b4f6d4.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cp/link b/tests/cp/link index b3a84d1af..663b9da4e 100755 --- a/tests/cp/link +++ b/tests/cp/link @@ -1,5 +1,6 @@ #!/bin/sh # Make sure cp --link -f works when the target exists. +# This failed for 4.0z (due to a bug introduced in that test release). if test "$VERBOSE" = yes; then set -x |