From: Jim Meyering Date: Sat, 19 Jul 2003 11:54:39 +0000 (+0000) Subject: remove now-redundant VERSION check X-Git-Tag: v5.0.90~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd207eda5f6834a808c249f159b49c3c7d2dbb4;p=thirdparty%2Fcoreutils.git remove now-redundant VERSION check --- diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index 6e6feb6417..cb0d6fc250 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';