]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bl/t7412-use-test-path-helpers' into jch jch
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2026 20:03:44 +0000 (13:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2026 20:03:44 +0000 (13:03 -0700)
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


Trivial merge