diff options
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/same-file | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/same-file b/tests/cp/same-file index 2cba869b3..a08c4e3f3 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -8,6 +8,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../lang-default +. $srcdir/../envvar-check # Unset CDPATH. Otherwise, output from the `cd dir' command # can make this test fail. @@ -74,7 +75,7 @@ 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="`LC_ALL=C ls -gG --ignore=_err . \ + ls="`ls -gG --ignore=_err . \ | sed \ -e '/^total /d' \ -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *//'`" |