diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-10 06:59:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-10 06:59:24 +0000 |
commit | 49f3c23dad42eb1bde79c4b835e66e669cbe0301 (patch) | |
tree | c73b9398ef4476dfa6c5b263f0e3ac0d0be299ed /tests | |
parent | 183003344048b7434f6b1a3e5b5e75b41b50439c (diff) | |
download | coreutils-49f3c23dad42eb1bde79c4b835e66e669cbe0301.tar.xz |
Don't print PATH to stderr.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls-2/tests | 2 |
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"}}; |