Skip to content

Commit 7c96fbc

Browse files
committed
Merge branch 'en/t6429-test-must-be-empty-fix' into maint
A test fix. source: <[email protected]> * en/t6429-test-must-be-empty-fix: t6429: fix use of non-existent function
2 parents 619a438 + ec2f6c0 commit 7c96fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6429-merge-sequence-rename-caching.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ test_expect_success 'avoid assuming we detected renames' '
760760
test_must_fail git -c merge.renameLimit=1 rebase upstream &&
761761
762762
git ls-files -u >actual &&
763-
! test_file_is_empty actual
763+
test_line_count = 2 actual
764764
)
765765
'
766766

0 commit comments

Comments
 (0)