mirror of
https://github.com/git/git.git
synced 2026-03-12 01:49:49 +01:00
Merge branch 'ms/t7605-test-path-is-helpers' into seen
* ms/t7605-test-path-is-helpers: t7605: use test_path_is_file instead of test -f
This commit is contained in:
@@ -34,9 +34,9 @@ merge_c1_to_c2_cmds='
|
||||
test "$(git rev-parse c1)" = "$(git rev-parse HEAD^1)" &&
|
||||
test "$(git rev-parse c2)" = "$(git rev-parse HEAD^2)" &&
|
||||
git diff --exit-code &&
|
||||
test -f c0.c &&
|
||||
test -f c1.c &&
|
||||
test -f c2.c &&
|
||||
test_path_is_file c0.c &&
|
||||
test_path_is_file c1.c &&
|
||||
test_path_is_file c2.c &&
|
||||
test 3 = $(git ls-tree -r HEAD | wc -l) &&
|
||||
test 3 = $(git ls-files | wc -l)
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user