diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-28 21:11:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-28 21:11:31 +0000 |
commit | 214ee5aecdd9d903ff8f503e9d376cbbefbf7b04 (patch) | |
tree | f1971b907034917121992bac4834ac0a602c20ce /tests/cp/same-file | |
parent | 4dc12acc27a210f854e13d748ce09b4e7b9514f1 (diff) | |
download | coreutils-214ee5aecdd9d903ff8f503e9d376cbbefbf7b04.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/cp/same-file')
-rwxr-xr-x | tests/cp/same-file | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file index b64af3052..82327d343 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -51,8 +51,7 @@ for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do ls="`ls -lG $exclude . \ | sed \ -e '/^total /d' \ - -e 's/^..............................................//' \ - `" + -e 's/^..............................................//'`" echo "($ls)" # Make sure the original is unchanged and that # the destination is a copy. |