diff options
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/` |