Skip to content

Commit 284bf70

Browse files
committed
SQUASH???
1 parent 2846236 commit 284bf70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t8002-blame.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ test_expect_success '--no-abbrev works like --abbrev with full length' '
127127
'
128128

129129
test_expect_success 'blame --abbrev gets truncated' '
130-
check_abbrev $hexsz --abbrev=9000 HEAD
130+
check_abbrev $hexsz --abbrev=9000 HEAD &&
131+
check_abbrev $hexsz --abbrev=9000 HEAD..
131132
'
132133

133134
test_expect_success '--exclude-promisor-objects does not BUG-crash' '

0 commit comments

Comments
 (0)