diff options
author | Jim Meyering <jim@meyering.net> | 1994-11-07 12:55:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-11-07 12:55:05 +0000 |
commit | da098ddd8a46ff7655710f8e49c9f97685af2f39 (patch) | |
tree | 0bbb5c8ffc13bf72ba611c1279900b9e410191fa /tests/join/test.data.pl | |
parent | cb4c5aaf0a1884bcae21c7d31b70864e64bb55fa (diff) | |
download | coreutils-da098ddd8a46ff7655710f8e49c9f97685af2f39.tar.xz |
.
Diffstat (limited to 'tests/join/test.data.pl')
-rwxr-xr-x | tests/join/test.data.pl | 2 |
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); |