From: Michael J Gruber Date: Tue, 6 Oct 2015 10:12:21 +0000 (+0200) Subject: t2026: rename worktree prune test X-Git-Tag: v2.6.2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba128e23757bb2ee2c164f1d7eab4258ff8f1d99;p=thirdparty%2Fgit.git t2026: rename worktree prune test Linked checkouts are known under the name worktree, now. Rename the test accordingly. Specifically, this avoids the confusion that t2026 is actually not about pruning in or with linked checkouts aka worktress but about pruning worktrees, i.e. about "git worktree prune" rather than "git prune". Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/t/t2026-prune-linked-checkouts.sh b/t/t2026-worktree-prune.sh similarity index 100% rename from t/t2026-prune-linked-checkouts.sh rename to t/t2026-worktree-prune.sh