From: Jim Meyering Date: Tue, 21 Jan 2003 12:38:38 +0000 (+0000) Subject: Add comment, and remove now-unnecessary -l option. X-Git-Tag: v4.5.5~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b32e1089e60e8fa26dea8395ce9aa6a36931d96;p=thirdparty%2Fcoreutils.git Add comment, and remove now-unnecessary -l option. --- diff --git a/tests/cp/same-file b/tests/cp/same-file index b42707cb07..3d6aa95f67 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -70,7 +70,8 @@ for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do # and put brackets around the output. test -s _err && echo "[`sed 's/^[^:][^:]*:/cp:/' _err`]" # Strip off all but the file names. - ls="`ls -lgG --ignore=_err . \ + # Omit the variable-width owner and group names. + ls="`ls -gG --ignore=_err . \ | sed \ -e '/^total /d' \ -e 's/^......................................//'`"