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 /tests/cp/same-file | |
| parent | (libfu_a_SOURCES): Add same.c. (diff) | |
| download | coreutils-08f55c4b7c8cef5b1f2f139aa6257542e51c42ad.tar.gz coreutils-08f55c4b7c8cef5b1f2f139aa6257542e51c42ad.zip | |
Correct erroneous expected output from the `cp -f foo foo' tests.
Diffstat (limited to 'tests/cp/same-file')
| -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~) |
