diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-04 10:44:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-04 10:44:19 +0000 |
commit | ec1f8579a000631af45ca9674779ba4c1dea710e (patch) | |
tree | e3dabddefcf0ee9c4d9386b6540a2a17af6d6ec6 /tests/cp | |
parent | 76a93940753729d5ce5dfa6dc2f45eb430440259 (diff) | |
download | coreutils-ec1f8579a000631af45ca9674779ba4c1dea710e.tar.xz |
tweak comment
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/cp-deref | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/cp-deref b/tests/cp/cp-deref index f0a054952..bfc827737 100755 --- a/tests/cp/cp-deref +++ b/tests/cp/cp-deref @@ -1,6 +1,6 @@ #!/bin/sh -# cp -RL d1 d2' must handle the case in which d1 and d2 both contain -# a symlink pointing to some third directory. +# cp -RL dir1 dir2' must handle the case in which each of dir1 and dir2 +# contain a symlink pointing to some third directory. if test "$VERBOSE" = yes; then set -x |