]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ml/t9811-replace-test-f'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:53 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:53 +0000 (10:30 -0700)
The test script 't/t9811-git-p4-label-import.sh' has been
modernized to use 'test_path_is_file' and 'test_path_is_missing'
instead of raw 'test -f' and '! test -f' calls.

* ml/t9811-replace-test-f:
  t9811: replace 'test -f' and '! test -f' with 'test_path_*'
  t9811: break long && chains into multiple lines


Trivial merge