diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-19 11:54:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-19 11:54:39 +0000 |
commit | afd207eda5f6834a808c249f159b49c3c7d2dbb4 (patch) | |
tree | 29f225085ee913efbdbaac218eee7001589a374c /tests | |
parent | dc701b5cf2477fa60160da484e38d1dc341fada5 (diff) | |
download | coreutils-afd207eda5f6834a808c249f159b49c3c7d2dbb4.tar.xz |
remove now-redundant VERSION check
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/fail-eperm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index 6e6feb641..cb0d6fc25 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -42,10 +42,6 @@ use strict; (my $ME = $ENV{ARGV_0}) =~ s|.*/||; -my $verbose = $ENV{VERBOSE} && $ENV{VERBOSE} eq 'yes'; -$verbose - and system qw (rm --version); - # Ensure that the diagnostics are in English. $ENV{LC_ALL} = 'C'; |