]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bl/t7412-use-test-path-helpers' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:09 +0000 (08:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:09 +0000 (08:54 -0700)
commit1eacefd07f8a26e45fae9ae8070edb07073c786b
tree979324269556f277677848cbb055e828eda48e4a
parent04f73dbe9e20e4081da15b7bf2e2eda71186b4b0
parent0a700eae48a70d8e5a5177c73b7da64e00e57a45
Merge branch 'bl/t7412-use-test-path-helpers' into jch

The test script 't7412' that tests 'git submodule absorbgitdirs' has
been modernized to use test_path_is_file(), test_path_is_dir(), and
test_path_is_missing() helper functions instead of raw 'test -[fde]'
commands.

* bl/t7412-use-test-path-helpers:
  submodule absorbgitdirs tests: use test_* helper functions