]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(invalid-j): New partial test for the above fix.
authorJim Meyering <jim@meyering.net>
Wed, 10 Mar 2004 17:39:34 +0000 (17:39 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Mar 2004 17:39:34 +0000 (17:39 +0000)
tests/join/Test.pm

index 6f0d3b7581d79dbeb9ec9167a46edc7b75c97dec..e666a751035794279f8f87ed40bf0ce7f899d4c7 100644 (file)
@@ -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],
+
 );