test_must_fail: 129 is a valid error code from usage()
commit8ee002fd3d875027f70729c0674282dc46fc5654
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2008 06:07:08 +0000 (24 23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Mar 2008 19:13:39 +0000 (27 12:13 -0700)
tree22e5a260f050b903e4cc07f10541539803ca4174
parent5b67b8e2d4ed8a152694f4555549fcde5dae77f5
test_must_fail: 129 is a valid error code from usage()

When a git command is run under test_must_fail to make sure that
the argument parser catches bogus command line, it exits with 129.
We need to catch it as a valid "graceful error exit".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh