diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/part-symlink | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index ccceee511..e009b8449 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -108,13 +108,13 @@ for copy in cp mv; do -e '/^total /d' \ -e s,$other_partition_tmpdir/,, \ -e s,$pwd_tmp/,, \ - -e 's/^......................................//'`" + -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *//'`" ls2="`cd $other_partition_tmpdir && ls -gG --ignore=.err . \ | sed \ -e '/^total /d' \ -e s,$other_partition_tmpdir/,, \ -e s,$pwd_tmp/,, \ - -e 's/^......................................//'`" + -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *//'`" echo "($ls) ($ls2)" # If the command failed, then it must not have changed the files. |