From afd207eda5f6834a808c249f159b49c3c7d2dbb4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Jul 2003 11:54:39 +0000 Subject: remove now-redundant VERSION check --- tests/rm/fail-eperm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/rm/fail-eperm') 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'; -- cgit v1.2.3-54-g00ecf