]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove now-redundant VERSION check
authorJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 11:54:39 +0000 (11:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 11:54:39 +0000 (11:54 +0000)
tests/rm/fail-eperm

index 6e6feb6417f5b3746c293519a4cfd5658ec64ec0..cb0d6fc2504bb572ae56a428383c63271e7e02f5 100755 (executable)
@@ -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';