From: Jim Meyering Date: Sun, 23 May 1999 20:42:25 +0000 (+0000) Subject: Correct erroneous expected output from the `cp -f foo foo' tests. X-Git-Tag: FILEUTILS-4_0i~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08f55c4b7c8cef5b1f2f139aa6257542e51c42ad;p=thirdparty%2Fcoreutils.git Correct erroneous expected output from the `cp -f foo foo' tests. --- diff --git a/tests/cp/same-file b/tests/cp/same-file index 37a174cab0..5a0da5bf8a 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -114,8 +114,8 @@ cat <<\EOF > $expected 1 [cp: `foo' and `foo' are the same file] (foo) 1 -d [cp: `foo' and `foo' are the same file] (foo) -1 -f [cp: `foo' and `foo' are the same file] () symlink-loop symlink-loop -1 -df [cp: `foo' and `foo' are the same file] () symlink-loop symlink-loop +1 -f [cp: `foo' and `foo' are the same file] (foo) +1 -df [cp: `foo' and `foo' are the same file] (foo) 1 -b [cp: `foo' and `foo' are the same file] (foo) 1 -bd [cp: `foo' and `foo' are the same file] (foo) 0 -bf (foo foo.~1~)