From: Jim Meyering Date: Fri, 14 Jan 2000 07:05:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3eb8c1fea4c7e45b8d0d138aa073012eb05a70fd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 64ebd70830..9e5d312219 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};