t3900: test rejecting log message with NULs correctly
commit0ed45a1cd6571ed89a09791730a9089e932b7c1f
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 16:47:11 +0000 (5 09:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 16:47:11 +0000 (5 09:47 -0700)
treea4e0e183bc4d8a3f0040e538f4b5f656ba3a9b69
parent214a5f2e0c86843c5f86494583792cbf3eaf89de
t3900: test rejecting log message with NULs correctly

It is not like that our longer term desire is to someday start
accept log messages with NULs in them, so it is wrong to mark a test
that demonstrates "git commit" that correctly fails given such an
input as "expect-failure".  "git commit" should fail today, and it
should fail the same way in the future given a message with NUL in it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3900-i18n-commit.sh