]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't print PATH to stderr.
authorJim Meyering <jim@meyering.net>
Tue, 10 May 2005 06:59:24 +0000 (06:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 May 2005 06:59:24 +0000 (06:59 +0000)
tests/ls-2/tests

index eba8e745287d2df8853bf31d94df2cfbaebbbdd6..f7c702dd9ab9ecae1c6e63c5e4cda9c0f1429de6 100755 (executable)
@@ -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"}};