]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add comment, and remove now-unnecessary -l option.
authorJim Meyering <jim@meyering.net>
Tue, 21 Jan 2003 12:38:38 +0000 (12:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 Jan 2003 12:38:38 +0000 (12:38 +0000)
tests/cp/same-file

index b42707cb0727c57a45fcc85aa5ac456dc610285c..3d6aa95f676ba01981ccb1c433b21a71ec436ef1 100755 (executable)
@@ -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/^......................................//'`"