* tests/misc/wc: Remove an unused variable.
authorJim Meyering <meyering@redhat.com>
Wed, 30 Apr 2008 22:54:01 +0000 (00:54 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 6 May 2008 06:21:28 +0000 (08:21 +0200)
tests/misc/wc

index 539b1dd..df0c9ff 100755 (executable)
@@ -29,8 +29,6 @@ my $prog = 'wc';
 # Turn off localisation of executable's ouput.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
-my $degenerate = "d41d8cd98f00b204e9800998ecf8427e";
-
 my @Tests =
     (
      ['a0', '-c',  {IN_PIPE=>''},            {OUT=>"0\n"}],