Skip to content

Commit 440bf91

Browse files
bk2204gitster
authored andcommitted
t3429: remove SHA1 annotation
This test passes successfully with SHA-256, so remove the annotation which limits it to SHA-1. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b408ca commit 440bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3429-rebase-edit-todo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_expect_success 'rebase exec modifies rebase-todo' '
1111
test -e F
1212
'
1313

14-
test_expect_success SHA1 'loose object cache vs re-reading todo list' '
14+
test_expect_success 'loose object cache vs re-reading todo list' '
1515
GIT_REBASE_TODO=.git/rebase-merge/git-rebase-todo &&
1616
export GIT_REBASE_TODO &&
1717
write_script append-todo.sh <<-\EOS &&

0 commit comments

Comments
 (0)