t6030: use test_path_is_missing()
commit085ba9b5dc8c39113f26c2c7ce4a17f3953948af
authorDenton Liu <liu.denton@gmail.com>
Mon, 20 Apr 2020 08:54:39 +0000 (20 04:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2020 20:12:13 +0000 (20 13:12 -0700)
tree433e25352f717d46a550161013a6923b533c7fa6
parent048abe1751e6727bfbacf7b80466d78e04631f94
t6030: use test_path_is_missing()

The test_must_fail() function should only be used for git commands since
we should assume that external commands work sanely. Replace
`test_must_fail test -e` with `test_path_is_missing`.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6030-bisect-porcelain.sh