]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 13 Aug 1998 04:12:33 +0000 (04:12 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 Aug 1998 04:12:33 +0000 (04:12 +0000)
tests/cp/same-file

index b1b9f8693ca1baa14c44a5d2b0a9246c67e6ccbf..8d93481db509da8cc3a10c0b8e5377368d58c4ea 100755 (executable)
@@ -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