summaryrefslogtreecommitdiff
path: root/t/t3429-rebase-edit-todo.sh
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2019-10-28 00:58:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-28 02:34:58 (GMT)
commit440bf91dfad62bb02dff3aa13837391fc8a8c4bf (patch)
treec57cb8398cde37f4763b5fc33ea1005493f34b20 /t/t3429-rebase-edit-todo.sh
parent0b408ca2bd75807296509122c90cb0111844376a (diff)
downloadgit-440bf91dfad62bb02dff3aa13837391fc8a8c4bf.zip
git-440bf91dfad62bb02dff3aa13837391fc8a8c4bf.tar.gz
git-440bf91dfad62bb02dff3aa13837391fc8a8c4bf.tar.bz2
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>
Diffstat (limited to 't/t3429-rebase-edit-todo.sh')
-rwxr-xr-xt/t3429-rebase-edit-todo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3429-rebase-edit-todo.sh b/t/t3429-rebase-edit-todo.sh
index 76f6d30..63edf17 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 &&