From: Jim Meyering Date: Thu, 13 Jan 2000 23:02:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3152cf6f82c8f594f89ebf506acdb80385c22530;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index 3a9e2c6f60..cdc26eafc3 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -23,9 +23,9 @@ my $degenerate = "d41d8cd98f00b204e9800998ecf8427e"; my @Tests = ( - # This would infloop prior to textutils-2.0d - ['infloop', '-t', '2,17', {IN=> " \t\t "}, {OUT=>"junk\n"}], - ['infloop', '-t', '1,2', {IN=> " \t\t "}, {OUT=>"junk\n"}], + # 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"}], ); my $save_temps = $ENV{DEBUG};