From 59670ee05b908e152d85be4e5de3ef0669924501 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Jan 2003 12:36:56 +0000 Subject: Don't assume that the file owner username length is less than 9 in ls output: instead, omit that field altogether. Reported by, and suggested fix from, Ferdinand. --- tests/cp/same-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cp/same-file') diff --git a/tests/cp/same-file b/tests/cp/same-file index a190e22c5..b42707cb0 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -70,10 +70,10 @@ 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 -lG --ignore=_err . \ + ls="`ls -lgG --ignore=_err . \ | sed \ -e '/^total /d' \ - -e 's/^...............................................//'`" + -e 's/^......................................//'`" echo "($ls)" # Make sure the original is unchanged and that # the destination is a copy. -- cgit v1.2.3-54-g00ecf