author | Jared Hance <jaredhance@gmail.com> | |
Tue, 20 Jul 2010 23:18:34 +0000 (19:18 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Jul 2010 23:47:17 +0000 (16:47 -0700) | ||
commit | ce14e0b264b31dd02a0c9d1688bceb6579d052fa | |
tree | 6496dde81c7a512ee30b90afff7f5c9914093dfb | tree | snapshot |
parent | c5212b87dafb3f559ceb898bd9b40bfc3cd0ad68 | commit | diff |
Convert "! git" to "test_must_fail git"
test_must_fail will account for segfaults in git, so it should be used
instead of "! git"
This patch does not change any of the commands that use pipes.
Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
test_must_fail will account for segfaults in git, so it should be used
instead of "! git"
This patch does not change any of the commands that use pipes.
Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>