diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-13 23:03:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-13 23:03:08 +0000 |
commit | 66cbf09569c5dcd50529beb1da5fa984ac5f3391 (patch) | |
tree | f7c6dbcb96dc6d3baf3fffa38902d192e7f294ab /tests/unexpand/basic-1 | |
parent | 3152cf6f82c8f594f89ebf506acdb80385c22530 (diff) | |
download | coreutils-66cbf09569c5dcd50529beb1da5fa984ac5f3391.tar.xz |
remove md5sum residue
Diffstat (limited to 'tests/unexpand/basic-1')
-rwxr-xr-x | tests/unexpand/basic-1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index cdc26eafc..64ebd7083 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -19,8 +19,6 @@ use strict; # Turn off localisation of executable's ouput. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; -my $degenerate = "d41d8cd98f00b204e9800998ecf8427e"; - my @Tests = ( # These would infloop prior to textutils-2.0d. |