1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 03:50:45 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-01-14 07:05:58 +00:00
parent 3ee8530a1e
commit 3eb8c1fea4
+1 -1
View File
@@ -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};