summaryrefslogtreecommitdiff
path: root/tests/cp/same-file
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-13 04:12:33 +0000
committerJim Meyering <jim@meyering.net>1998-08-13 04:12:33 +0000
commitf6da9983e4000ec3f033c9fa62d519ce18cbad6c (patch)
treea9153aa454e744b04224ac73be837bf1c0c9c2c2 /tests/cp/same-file
parente6bc93f49aeb1d5ffe6631cdfa02f94510a4bb53 (diff)
downloadcoreutils-f6da9983e4000ec3f033c9fa62d519ce18cbad6c.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-xtests/cp/same-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file
index b1b9f8693..8d93481db 100755
--- a/tests/cp/same-file
+++ b/tests/cp/same-file
@@ -51,7 +51,7 @@ for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do
case "$args" in *sl2*) ln -s foo sl2;; esac
(
(
- echo 1>&2 $CP $options $args
+ # echo 1>&2 $CP $options $args
$CP $options $args 2>.err
echo $? $options