]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3429: remove SHA1 annotation
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:58:57 +0000 (00:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
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>
t/t3429-rebase-edit-todo.sh

index 76f6d306eaf39e9727bfeb3dbb04aa3c3941cf1d..63edf171143b70b45e26db56994e961c72eb3b64 100755 (executable)
@@ -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 &&