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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0b408ca2bd
commit
440bf91dfa
@ -11,7 +11,7 @@ test_expect_success 'rebase exec modifies rebase-todo' '
|
||||
test -e F
|
||||
'
|
||||
|
||||
test_expect_success SHA1 'loose object cache vs re-reading todo list' '
|
||||
test_expect_success 'loose object cache vs re-reading todo list' '
|
||||
GIT_REBASE_TODO=.git/rebase-merge/git-rebase-todo &&
|
||||
export GIT_REBASE_TODO &&
|
||||
write_script append-todo.sh <<-\EOS &&
|
||||
|
Loading…
Reference in New Issue
Block a user