summaryrefslogtreecommitdiff
path: root/tests/join/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-10 17:39:34 +0000
committerJim Meyering <jim@meyering.net>2004-03-10 17:39:34 +0000
commit1b9d200986e2d6fc54f173b6b695a17009a7b21f (patch)
tree75c4f2acc6a13c3d7f9e75fcdb268d5dff36b1f2 /tests/join/Test.pm
parent53e04d7ff7c0407e03b2a2a0f5623182983dcc59 (diff)
downloadcoreutils-1b9d200986e2d6fc54f173b6b695a17009a7b21f.tar.xz
(invalid-j): New partial test for the above fix.
Diffstat (limited to 'tests/join/Test.pm')
-rw-r--r--tests/join/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/join/Test.pm b/tests/join/Test.pm
index 6f0d3b758..e666a7510 100644
--- a/tests/join/Test.pm
+++ b/tests/join/Test.pm
@@ -117,6 +117,9 @@ my @tv = (
[t_subst "a:1\nb:1\n", t_subst "a:2:\nb:2:\n"],
t_subst "a:1:2:\nb:1:2:\n", 0],
+# FIXME: change this to ensure the diagnostic makes sense
+['invalid-j', '-j x', {}, "", 1],
+
);