diff options
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'; |