From: Jim Meyering Date: Wed, 10 Mar 2004 17:39:34 +0000 (+0000) Subject: (invalid-j): New partial test for the above fix. X-Git-Tag: v5.2.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9d200986e2d6fc54f173b6b695a17009a7b21f;p=thirdparty%2Fcoreutils.git (invalid-j): New partial test for the above fix. --- diff --git a/tests/join/Test.pm b/tests/join/Test.pm index 6f0d3b7581..e666a75103 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], + );