mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
source lang-default before the first `cd'
This commit is contained in:
@@ -6,6 +6,8 @@ if test "$VERBOSE" = yes; then
|
||||
ls --version
|
||||
fi
|
||||
|
||||
. $srcdir/../lang-default
|
||||
|
||||
tmp=t-ls.$$
|
||||
|
||||
framework_failure=0
|
||||
@@ -20,8 +22,6 @@ if test $framework_failure = 1; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. $srcdir/../lang-default
|
||||
|
||||
fail=0
|
||||
set `ls -l symlink/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user