From: Jim Meyering Date: Sat, 27 Jun 1998 20:14:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16q~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc86db1cc18cef18e3f0bd5756a3583725b1436;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/cp/new b/tests/cp/new index 5e06f22b86..717aab6255 100755 --- a/tests/cp/new +++ b/tests/cp/new @@ -61,12 +61,16 @@ cat <<\EOF > $expected 0 foo -> foo foo.~1~ symlink -> foo symlink-loop symlink-loop 0 foo -> foo foo.~1~ symlink -> foo symlink-loop symlink-loop -1 [cp: `foo' and `foo' are the same file] foo symlink -> foo -1 [cp: `foo' and `foo' are the same file] foo symlink -> foo -1 [cp: `foo' and `foo' are the same file] foo symlink -> foo -0 foo foo.~1~ symlink -> foo +1 [cp: `foo' and `foo' are the same file] foo +1 [cp: `foo' and `foo' are the same file] foo +1 [cp: `foo' and `foo' are the same file] foo +0 foo foo.~1~ + +1 [cp: `sl1' and `sl2' are the same file] foo sl1 -> foo sl2 -> foo +0 foo sl1 -> foo sl2 sl2.~1~ -> foo +0 foo sl1 -> foo sl2 -> foo sl2.~1~ -> foo +0 foo sl1 -> foo sl2 -> foo sl2.~1~ -> foo EOF -cat $actual 1>&2 -cmp $expected $actual +cmp $expected $actual # || cat $actual 1>&2