]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit0a4f81e303c522d45cb29b25bfa9002eeb08513d
treeaf963696956fee307cac788f83e7098985409fe4
parent55f961a55546d80d277730cff477ecbbf446abb5
parent156991928c3def5df519d42efc46735b0a090079
Merge branch 'ml/t9811-replace-test-f'

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