diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-14 07:05:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-14 07:05:58 +0000 |
commit | 3eb8c1fea4c7e45b8d0d138aa073012eb05a70fd (patch) | |
tree | 5a6f13c99030157763d49ccee56a76420f45440d /tests/unexpand | |
parent | 3ee8530a1ecab84013c0b4dd0938e84bcce12018 (diff) | |
download | coreutils-3eb8c1fea4c7e45b8d0d138aa073012eb05a70fd.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-rwxr-xr-x | tests/unexpand/basic-1 | 2 |
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}; |