author | Junio C Hamano <gitster@pobox.com> | |
Tue, 25 Mar 2008 06:07:08 +0000 (23:07 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Mar 2008 19:13:39 +0000 (12:13 -0700) | ||
commit | 8ee002fd3d875027f70729c0674282dc46fc5654 | |
tree | 22e5a260f050b903e4cc07f10541539803ca4174 | tree | snapshot |
parent | 5b67b8e2d4ed8a152694f4555549fcde5dae77f5 | commit | diff |
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>
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 | diff | blob | history |