summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-10 06:59:24 +0000
committerJim Meyering <jim@meyering.net>2005-05-10 06:59:24 +0000
commit49f3c23dad42eb1bde79c4b835e66e669cbe0301 (patch)
treec73b9398ef4476dfa6c5b263f0e3ac0d0be299ed /tests/ls-2
parent183003344048b7434f6b1a3e5b5e75b41b50439c (diff)
downloadcoreutils-49f3c23dad42eb1bde79c4b835e66e669cbe0301.tar.xz
Don't print PATH to stderr.
Diffstat (limited to 'tests/ls-2')
-rwxr-xr-xtests/ls-2/tests2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ls-2/tests b/tests/ls-2/tests
index eba8e7452..f7c702dd9 100755
--- a/tests/ls-2/tests
+++ b/tests/ls-2/tests
@@ -18,8 +18,6 @@ use strict;
# Turn off localisation of executable's ouput.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
-warn "PATH=$ENV{PATH}\n";
-
my $mkdir = {PRE => sub {mkdir 'd',0755 or die "d: $!\n"}};
my $rmdir = {POST => sub {rmdir 'd' or die "d: $!\n"}};