From 3eb8c1fea4c7e45b8d0d138aa073012eb05a70fd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Jan 2000 07:05:58 +0000 Subject: [PATCH] *** empty log message *** --- tests/unexpand/basic-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 64ebd70..9e5d312 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -23,7 +23,7 @@ my @Tests = ( # These would infloop prior to textutils-2.0d. ['infloop-1', '-t', '1,2', {IN=> " \t\t "}, {OUT=>"junk\n"}], - ['infloop-2', '-t', '2,17', {IN=> " \t\t "}, {OUT=>"junk\n"}], + ['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t "}, {OUT=>"junk\n"}], ); my $save_temps = $ENV{DEBUG}; -- 2.7.4