diff options
author | Patrick Steinhardt <ps@pks.im> | 2023-11-02 09:46:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-03 08:37:06 +0900 |
commit | c603138e3d5bae3991fcf2ba98f09b0ea3beb056 (patch) | |
tree | 7458e9e5ed4e0bfabca44d4cc900a66c3d7012ba /builtin/commit.c | |
parent | 668e31c690b821b9aba0fc6d11f483b1d154682a (diff) |
t1450: convert tests to remove worktrees via git-worktree(1)
Some of our tests in t1450 create worktrees and then corrupt them.
As it is impossible to delete such worktrees via a normal call to `git
worktree remove`, we instead opt to remove them manually by calling
rm(1) instead.
This is ultimately unnecessary though as we can use the `-f` switch to
remove the worktree. Let's convert the tests to do so such that we don't
have to reach into internal implementation details of worktrees.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions