From: Han-Wen Nienhuys Date: Mon, 31 Jan 2022 17:50:19 +0000 (+0000) Subject: t1405: mark test that checks existence as REFFILES X-Git-Tag: v2.36.0-rc0~144^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53af25e4;p=thirdparty%2Fgit.git t1405: mark test that checks existence as REFFILES The reftable backend doesn't support mere existence of reflogs. Signed-off-by: Han-Wen Nienhuys Signed-off-by: Junio C Hamano --- diff --git a/t/t1405-main-ref-store.sh b/t/t1405-main-ref-store.sh index 62e5e9d1b0..51f8291628 100755 --- a/t/t1405-main-ref-store.sh +++ b/t/t1405-main-ref-store.sh @@ -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 '