summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2022-01-31 18:50:19 +0100
committerJunio C Hamano <gitster@pobox.com>2022-02-01 00:32:43 +0100
commit53af25e47c5f1261c7da47ca4e01ed9d9f3ffcab (patch)
tree2ca8f2ce0965903eb671f5e239676b6ccf722a6e /t
parentt1405: explictly delete reflogs for reftable (diff)
downloadgit-53af25e47c5f1261c7da47ca4e01ed9d9f3ffcab.tar.xz
git-53af25e47c5f1261c7da47ca4e01ed9d9f3ffcab.zip
t1405: mark test that checks existence as REFFILES
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>
Diffstat (limited to '')
-rwxr-xr-xt/t1405-main-ref-store.sh2
1 files changed, 1 insertions, 1 deletions
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
'