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 /git-svn.perl | |
| parent | t: convert tests to not access reflog via the filesystem (diff) | |
| download | git-c603138e3d5bae3991fcf2ba98f09b0ea3beb056.tar.gz git-c603138e3d5bae3991fcf2ba98f09b0ea3beb056.zip | |
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 'git-svn.perl')
0 files changed, 0 insertions, 0 deletions
