summaryrefslogtreecommitdiff
path: root/tests/unexpand
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-13 23:02:32 +0000
committerJim Meyering <jim@meyering.net>2000-01-13 23:02:32 +0000
commit3152cf6f82c8f594f89ebf506acdb80385c22530 (patch)
tree9531aa20609e4006875fb8857aac4c10a32f6ce7 /tests/unexpand
parent0567a5d9c888e9aa56fbc4c967fd9ad6cf7e0c4a (diff)
downloadcoreutils-3152cf6f82c8f594f89ebf506acdb80385c22530.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-rwxr-xr-xtests/unexpand/basic-16
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unexpand/basic-1 b/tests/unexpand/basic-1
index 3a9e2c6f6..cdc26eafc 100755
--- a/tests/unexpand/basic-1
+++ b/tests/unexpand/basic-1
@@ -23,9 +23,9 @@ my $degenerate = "d41d8cd98f00b204e9800998ecf8427e";
my @Tests =
(
- # This would infloop prior to textutils-2.0d
- ['infloop', '-t', '2,17', {IN=> " \t\t "}, {OUT=>"junk\n"}],
- ['infloop', '-t', '1,2', {IN=> " \t\t "}, {OUT=>"junk\n"}],
+ # 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"}],
);
my $save_temps = $ENV{DEBUG};