diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 10:24:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 10:24:53 +0000 |
commit | 8c0c6b046843084a2c99384c6d5df77bf7bfedef (patch) | |
tree | 8ea6f9c1663ea9cbe28334c339cb165641ef65e4 /tests/unexpand/basic-1 | |
parent | 5159046f88984f1a00f728c838f47407a54a3f62 (diff) | |
download | coreutils-8c0c6b046843084a2c99384c6d5df77bf7bfedef.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand/basic-1')
-rwxr-xr-x | tests/unexpand/basic-1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1 index f4291f7ac..91d3394c1 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/basic-1 @@ -42,8 +42,10 @@ my @Tests = ['b-1', '-t', '2,4', {IN=> " ."}, {OUT=>"\t\t ."}], # These would infloop prior to textutils-2.0d. - # FIXME: Sun's /bin/unexpand does this: + # Solaris' /bin/unexpand does this: # ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>" \t\t .\n"}], + # FIXME: find out which is required + ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>"\t\t\t .\n"}], ['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t \n"}, {OUT=>"\t\t\t \n"}], ['infloop-3', '-t', '2,3', {IN=> "x \t\t \n"}, {OUT=>"x\t\t\t \n"}], |