From: Jim Meyering Date: Thu, 13 Aug 1998 04:12:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16u~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6da9983e4000ec3f033c9fa62d519ce18cbad6c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/cp/same-file b/tests/cp/same-file index b1b9f8693c..8d93481db5 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