]> Kevux Git Server - rit/commit
t9117: prefer test_path_* helper functions
authorshejialuo <shejialuo@gmail.com>
Mon, 4 Mar 2024 09:54:36 +0000 (17:54 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Mar 2024 17:50:21 +0000 (09:50 -0800)
commit0332e813d6b4a9413684830f3ac02715633dc544
tree6d0bea6b3775c20db3570ecd3c5ae8fcded0dbf1
parentb387623c12f3f4a376e4d35a610fd3e55d7ea907
t9117: prefer test_path_* helper functions

test -(e|d) does not provide a nice error message when we hit test
failures, so use test_path_exists, test_path_is_dir instead.

Signed-off-by: shejialuo <shejialuo@gmail.com>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9117-git-svn-init-clone.sh