diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-19 12:00:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-19 12:00:38 +0000 |
commit | 51ff0dc7c082c4fb3f770acb2d917e59f0b76b2c (patch) | |
tree | 354d1672005d6cfdbcc80e1cab9d36f5b258bf15 /tests/rm | |
parent | 30c42b20898564333677a4e2b05ecfb85f5ad288 (diff) | |
download | coreutils-51ff0dc7c082c4fb3f770acb2d917e59f0b76b2c.tar.xz |
Restore definition of $verbose.
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/fail-eperm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index bbcee4564..dcb112dcc 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'; |