t9164: use test_must_fail only on git commands
commitbf1218106835fb06f8862c6727dd4453e9ea5fd9
authorDenton Liu <liu.denton@gmail.com>
Mon, 20 Apr 2020 08:54:44 +0000 (20 04:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2020 20:30:11 +0000 (20 13:30 -0700)
tree3557e9f783f39946f53adb6b5db5dbf5d21494fa
parent5c65897d2b591f1d023a52c93c729c2b5a90a2df
t9164: use test_must_fail only on git commands

The `test_must_fail` function should only be used for git commands;
we are not in the business of catching segmentation fault by external
commands.  Shell helper functions test_cmp and svn_cmd used in this
script are wrappers around external commands, so just use `! cmd`
instead of `test_must_fail cmd`

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9164-git-svn-dcommit-concurrent.sh