t1410: use test-tool ref-store to inspect reflogs
This makes the test compatible with reftable (it doesn't pass yet for other reasons, unfortunately) Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
2b9c120970
commit
8c2d8d04f0
@ -418,7 +418,8 @@ test_expect_success 'expire with multiple worktrees' '
|
||||
test_commit -C link-wt foobar &&
|
||||
test_tick &&
|
||||
git reflog expire --verbose --all --expire=$test_tick &&
|
||||
test_must_be_empty .git/worktrees/link-wt/logs/HEAD
|
||||
test-tool ref-store worktree:link-wt for-each-reflog-ent HEAD >actual &&
|
||||
test_must_be_empty actual
|
||||
)
|
||||
'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user