summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-09 13:59:55 +0000
committerJim Meyering <jim@meyering.net>1995-10-09 13:59:55 +0000
commite1ab53f969faf06884270996938be7e7344f51d5 (patch)
tree42c5c5ff0cf99f76c8088737a3ae922b3794c03d /tests
parent790196a6457a6ef1cf5aff6658dbeac9f77f5c01 (diff)
downloadcoreutils-e1ab53f969faf06884270996938be7e7344f51d5.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/test.data.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/join/test.data.pl b/tests/join/test.data.pl
index d26ba0067..d79a09c82 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -43,5 +43,6 @@
('6b', '-a1 -e -', "a 1\nb 2\nd 4\n", "a 21\nb 22\nc 23\nf 26\n", "a 1 21\nb 2 22\nd 4\n", 0);
('6c', '-a1 -e -', "a 21\nb 22\nc 23\nf 26\n", "a 1\nb 2\nd 4\n", "a 21 1\nb 22 2\nc 23\nf 26\n", 0);
-
('7a', '-a1 -e . -o 2.7', "a\nb\nc\n", "a x y\nb\nc\n", ".\n.\n.\n", 0);
+
+('8a', '-a1 -e . -o 0,1.2', "a\nb\nc\nd G\n", "a x y\nb\nc\ne\n", "a x\nb .\nc .\nd G\ne\n", 0);