diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-06 22:42:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-06 22:42:47 +0000 |
commit | d28eb0923bb7f8e3c931120c3e6235db73404d3c (patch) | |
tree | fb44eb8b611690e64e707a455d6b88b0bf000182 /tests/ls | |
parent | 31ae5dcf8561201e3ab61b38bd6a02413b1a9a0a (diff) | |
download | coreutils-d28eb0923bb7f8e3c931120c3e6235db73404d3c.tar.xz |
Sanitize environment.
Otherwise, e.g., BLOCKSIZE=k would cause a failure.
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/symlink-slash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ls/symlink-slash b/tests/ls/symlink-slash index fa9629cdf..8862353e9 100755 --- a/tests/ls/symlink-slash +++ b/tests/ls/symlink-slash @@ -6,6 +6,7 @@ if test "$VERBOSE" = yes; then ls --version fi +. $srcdir/../envvar-check . $srcdir/../lang-default tmp=t-ls.$$ |