diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-01 00:54:01 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-06 08:21:28 +0200 |
commit | eb6280072870e9d2b6f33b3f449dabbe065e4300 (patch) | |
tree | b3c71dcd0012f51fee6ae901873162b836cb886b /tests/misc/wc | |
parent | f02102211e3ead3e4318e88eb0f0bedd702bf0a2 (diff) | |
download | coreutils-eb6280072870e9d2b6f33b3f449dabbe065e4300.tar.xz |
* tests/misc/wc: Remove an unused variable.
Diffstat (limited to 'tests/misc/wc')
-rwxr-xr-x | tests/misc/wc | 2 |
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"}], |