summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-28 15:33:00 +0000
committerJim Meyering <jim@meyering.net>1995-05-28 15:33:00 +0000
commit0dfe7fe96ea6fac64b9cbffbbc01a85f13b34846 (patch)
tree19673869ab4003dbf8c8b1cdf4af77fdaa511e9e /tests
parent4657b1e9ec481befddcf70b2312b7e18e18a5a0a (diff)
downloadcoreutils-0dfe7fe96ea6fac64b9cbffbbc01a85f13b34846.tar.xz
Correct a test.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/test.data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/test.data.pl b/tests/join/test.data.pl
index deaac029e..2c3a1f695 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -11,7 +11,7 @@
('2a', '-a1 -e .', "a\nb\nc\n", "a x y\nb\nc\n", "a x y\nb\nc\n", 0);
('2b', '-a1 -e . -o 2.1,2.2,2.3', "a\nb\nc\n", "a x y\nb\nc\n", "a x y\nb . .\nc . .\n", 0);
-('2c', '-a1 -e . -o 2.1,2.2,2.3', "a\nb\nc\nd\n", "a x y\nb\nc\n", "a x y\nb . .\nc . .\nd\n", 0);
+('2c', '-a1 -e . -o 2.1,2.2,2.3', "a\nb\nc\nd\n", "a x y\nb\nc\n", "a x y\nb . .\nc . .\n. . .\n", 0);
('3a', '-t:', "a:1\nb:1\n", "a:2:\nb:2:\n", "a:1:2:\nb:1:2:\n", 0);