summaryrefslogtreecommitdiff
path: root/tests/join/test.data.pl
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-07 12:55:05 +0000
committerJim Meyering <jim@meyering.net>1994-11-07 12:55:05 +0000
commitda098ddd8a46ff7655710f8e49c9f97685af2f39 (patch)
tree0bbb5c8ffc13bf72ba611c1279900b9e410191fa /tests/join/test.data.pl
parentcb4c5aaf0a1884bcae21c7d31b70864e64bb55fa (diff)
downloadcoreutils-da098ddd8a46ff7655710f8e49c9f97685af2f39.tar.xz
.
Diffstat (limited to 'tests/join/test.data.pl')
-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 35322ca11..50413bd0e 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -1,4 +1,4 @@
# test name
# flags file-1 file-2 expected output expected return code
#
-("1", '-a1 -a2', "a 1\n", "\n", "a 1\n", 0);
+("1", '-a1 -a2', "a 1\n", "b\n", "a 1\nb\n", 0);