diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-10 17:39:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-10 17:39:34 +0000 |
commit | 1b9d200986e2d6fc54f173b6b695a17009a7b21f (patch) | |
tree | 75c4f2acc6a13c3d7f9e75fcdb268d5dff36b1f2 | |
parent | 53e04d7ff7c0407e03b2a2a0f5623182983dcc59 (diff) | |
download | coreutils-1b9d200986e2d6fc54f173b6b695a17009a7b21f.tar.xz |
(invalid-j): New partial test for the above fix.
-rw-r--r-- | tests/join/Test.pm | 3 |
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], + ); |