]> git.ipfire.org Git - thirdparty/git.git/commit
t9200: replace test -f with modern path helper
authorPablo Sabater <pabloosabaterr@gmail.com>
Thu, 12 Mar 2026 17:33:05 +0000 (18:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2026 17:39:04 +0000 (10:39 -0700)
commit90725761237c302e693089c8d9c4f2b206369a82
tree09d60e258842bf39dddaac1ff9f3ddf55d285849
parent6523589a2c034de168f6240d040e0910f7aeddda
t9200: replace test -f with modern path helper

Replace old style 'test -f' with helper
'test_path_is_file', which make debugging
a failing test easier by loudly reporting
what expectation was not met.

Signed-off-by: Pablo Sabater <pabloosabaterr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9200-git-cvsexportcommit.sh