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