diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-23 20:42:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-23 20:42:25 +0000 |
commit | 08f55c4b7c8cef5b1f2f139aa6257542e51c42ad (patch) | |
tree | da188774f07fb6ddca03744c7ed0ec392d1c821b | |
parent | 994746ffe93494f01f4ec9fe54fcadddd22231cd (diff) | |
download | coreutils-08f55c4b7c8cef5b1f2f139aa6257542e51c42ad.tar.xz |
Correct erroneous expected output from the `cp -f foo foo' tests.
-rwxr-xr-x | tests/cp/same-file | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file index 37a174cab..5a0da5bf8 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~) |