Skip to content

Commit 53af25e

Browse files
hanwengitster
authored andcommitted
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>
1 parent 5e00514 commit 53af25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1405-main-ref-store.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test_expect_success 'delete_reflog(HEAD)' '
111111
test_must_fail git reflog exists HEAD
112112
'
113113

114-
test_expect_success 'create-reflog(HEAD)' '
114+
test_expect_success REFFILES 'create-reflog(HEAD)' '
115115
$RUN create-reflog HEAD &&
116116
git reflog exists HEAD
117117
'

0 commit comments

Comments
 (0)