summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/misc/wc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/wc b/tests/misc/wc
index 539b1ddbd..df0c9ffc7 100755
--- a/tests/misc/wc
+++ b/tests/misc/wc
@@ -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"}],