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>
This commit is contained in:
committed by
Junio C Hamano
parent
c5212b87da
commit
ce14e0b264
@ -39,7 +39,7 @@ do
|
||||
(
|
||||
cd $H &&
|
||||
git config --unset i18n.commitencoding &&
|
||||
! git svn dcommit
|
||||
test_must_fail git svn dcommit
|
||||
)
|
||||
'
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user