t9160: use test_path_is_missing()
authorDenton Liu <redacted>
Mon, 20 Apr 2020 08:54:43 +0000 (04:54 -0400)
committerJunio C Hamano <redacted>
Mon, 20 Apr 2020 20:12:13 +0000 (13:12 -0700)
commit5c65897d2b591f1d023a52c93c729c2b5a90a2df
tree078896874e412c92fb60c78e1c4adbcc76704cc7
parent5935ae3ee9da3a49a98c42837d7846abea407e23
t9160: use test_path_is_missing()

The test_must_fail() function should only be used for git commands since
we assume that external commands work sanely. Since, not only should
this file not exist, but there shouldn't exit _any_ filesystem entity in
these paths, replace `test_must_fail test -f` with
`test_path_is_missing`.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9160-git-svn-preserve-empty-dirs.sh
git clone https://git.99rst.org/PROJECT