diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 12:36:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 12:36:37 +0000 |
commit | 4c5cf8b14404fb2f989e5e53fab621702c27d8f5 (patch) | |
tree | 748316dd8b262d8b169df05d617511ce4436f4b0 /tests/ls/symlink-slash | |
parent | d1033dc2b94d1570c3378058a8c0b0cbde4328f6 (diff) | |
download | coreutils-4c5cf8b14404fb2f989e5e53fab621702c27d8f5.tar.xz |
source lang-default before the first `cd'
Diffstat (limited to 'tests/ls/symlink-slash')
-rwxr-xr-x | tests/ls/symlink-slash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/symlink-slash b/tests/ls/symlink-slash index e365f85c7..fa9629cdf 100755 --- a/tests/ls/symlink-slash +++ b/tests/ls/symlink-slash @@ -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/` |