summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/unexpand/basic-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1
index 64ebd7083..9e5d31221 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};