summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-01 00:54:01 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:28 +0200
commiteb6280072870e9d2b6f33b3f449dabbe065e4300 (patch)
treeb3c71dcd0012f51fee6ae901873162b836cb886b
parentf02102211e3ead3e4318e88eb0f0bedd702bf0a2 (diff)
downloadcoreutils-eb6280072870e9d2b6f33b3f449dabbe065e4300.tar.xz
* tests/misc/wc: Remove an unused variable.
-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"}],