Message ID | 0a30941261b71cf47f8f846feb7b3bafe7d69fde.1644406180.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8c2d8d04f0154da31f3d64e52669fe835929273c |
Headers | show |
Series | reftable related tweaks to t1410 | expand |
diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh index d7ddf7612d4..36f6693d9d3 100755 --- a/t/t1410-reflog.sh +++ b/t/t1410-reflog.sh @@ -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 ) '