diff options
author | Denton Liu <liu.denton@gmail.com> | 2020-04-20 04:54:44 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-20 13:30:11 -0700 |
commit | bf1218106835fb06f8862c6727dd4453e9ea5fd9 (patch) | |
tree | 3557e9f783f39946f53adb6b5db5dbf5d21494fa /t/t7060-wtstatus.sh | |
parent | t9160: use test_path_is_missing() (diff) | |
download | tgif-bf1218106835fb06f8862c6727dd4453e9ea5fd9.tar.xz |
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>
Diffstat (limited to 't/t7060-wtstatus.sh')
0 files changed, 0 insertions, 0 deletions