From: Jim Meyering Date: Sat, 19 Jul 2003 12:00:38 +0000 (+0000) Subject: Restore definition of $verbose. X-Git-Tag: v5.0.90~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ff0dc7c082c4fb3f770acb2d917e59f0b76b2c;p=thirdparty%2Fcoreutils.git Restore definition of $verbose. --- diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index bbcee4564c..dcb112dccc 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -32,6 +32,8 @@ use strict; (my $ME = $ENV{ARGV_0}) =~ s|.*/||; +my $verbose = $ENV{VERBOSE} && $ENV{VERBOSE} eq 'yes'; + # Ensure that the diagnostics are in English. $ENV{LC_ALL} = 'C';