summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-04 10:44:19 +0000
committerJim Meyering <jim@meyering.net>2006-02-04 10:44:19 +0000
commitec1f8579a000631af45ca9674779ba4c1dea710e (patch)
treee3dabddefcf0ee9c4d9386b6540a2a17af6d6ec6 /tests
parent76a93940753729d5ce5dfa6dc2f45eb430440259 (diff)
downloadcoreutils-ec1f8579a000631af45ca9674779ba4c1dea710e.tar.xz
tweak comment
Diffstat (limited to 'tests')
-rwxr-xr-xtests/cp/cp-deref4
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