t6030: use test_path_is_missing()
authorDenton Liu <redacted>
Mon, 20 Apr 2020 08:54:39 +0000 (04:54 -0400)
committerJunio C Hamano <redacted>
Mon, 20 Apr 2020 20:12:13 +0000 (13:12 -0700)
commit085ba9b5dc8c39113f26c2c7ce4a17f3953948af
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t6030-bisect-porcelain.sh
git clone https://git.99rst.org/PROJECT