[PATCH v10 2/8] t2400: cleanup created worktree in test
From: Jacob Abel <hidden>
Date: 2023-05-07 12:06:36
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jacob Abel <hidden>
Date: 2023-05-07 12:06:36
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Jacob Abel <redacted> --- t/t2400-worktree-add.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/t/t2400-worktree-add.sh b/t/t2400-worktree-add.sh
index d587e0b20d..a3f108347a 100755
--- a/t/t2400-worktree-add.sh
+++ b/t/t2400-worktree-add.sh@@ -326,6 +326,7 @@ test_expect_success 'add -B' ' ' test_expect_success 'add --quiet' ' + test_when_finished "git worktree remove -f -f another-worktree" && git worktree add --quiet another-worktree main 2>actual && test_must_be_empty actual ' --
2.39.3