diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2022-01-31 17:50:19 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-31 15:32:43 -0800 |
commit | 53af25e47c5f1261c7da47ca4e01ed9d9f3ffcab (patch) | |
tree | 2ca8f2ce0965903eb671f5e239676b6ccf722a6e | |
parent | t1405: explictly delete reflogs for reftable (diff) | |
download | tgif-53af25e47c5f1261c7da47ca4e01ed9d9f3ffcab.tar.xz |
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>
-rwxr-xr-x | t/t1405-main-ref-store.sh | 2 |
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 ' |