]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1405: mark test that checks existence as REFFILES
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 31 Jan 2022 17:50:19 +0000 (17:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Jan 2022 23:32:43 +0000 (15:32 -0800)
The reftable backend doesn't support mere existence of reflogs.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1405-main-ref-store.sh

index 62e5e9d1b0a6feb91bebff024f9b151a2501087b..51f829162819740fea8b080db3be6b422452b366 100755 (executable)
@@ -111,7 +111,7 @@ test_expect_success 'delete_reflog(HEAD)' '
        test_must_fail git reflog exists HEAD
 '
 
-test_expect_success 'create-reflog(HEAD)' '
+test_expect_success REFFILES 'create-reflog(HEAD)' '
        $RUN create-reflog HEAD &&
        git reflog exists HEAD
 '