From: brian m. carlson Date: Mon, 28 Oct 2019 00:58:57 +0000 (+0000) Subject: t3429: remove SHA1 annotation X-Git-Tag: v2.25.0-rc0~135^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=440bf91dfad62bb02dff3aa13837391fc8a8c4bf;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t3429-rebase-edit-todo.sh b/t/t3429-rebase-edit-todo.sh index 76f6d306ea..63edf17114 100755 --- a/t/t3429-rebase-edit-todo.sh +++ b/t/t3429-rebase-edit-todo.sh @@ -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 &&