summaryrefslogtreecommitdiff
path: root/tests/unexpand
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-15 09:08:07 +0000
committerJim Meyering <jim@meyering.net>2000-01-15 09:08:07 +0000
commitafd24c5869d1e49f1e62d1052da2c3ece4308aa5 (patch)
tree8d444d864bca39dfc0cd922009822d26ce9726aa /tests/unexpand
parent9bb0428a5925c585651de52a4bface6c1fcaa844 (diff)
downloadcoreutils-afd24c5869d1e49f1e62d1052da2c3ece4308aa5.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-rwxr-xr-xtests/unexpand/basic-17
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1
index 8f63602a8..dd82d4aa9 100755
--- a/tests/unexpand/basic-1
+++ b/tests/unexpand/basic-1
@@ -41,8 +41,11 @@ my @Tests =
['b-1', '-t', '2,4', {IN=> " ."}, {OUT=>"\t\t ."}],
# These would infloop prior to textutils-2.0d.
- ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>" \t\t .\n"}],
- ['infloop-2', '-t', '4,5', {IN=> ' 'x4 . "\t\t "}, {OUT=>"junk\n"}],
+
+ # FIXME: Sun's /bin/unexpand does this:
+ # ['infloop-1', '-t', '1,2', {IN=> " \t\t .\n"}, {OUT=>" \t\t .\n"}],
+ ['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"}],
['c-1', '-t', '1,2', {IN=> "x\t\t .\n"}, {OUT=>"x\t\t .\n"}],
);