From ba128e23757bb2ee2c164f1d7eab4258ff8f1d99 Mon Sep 17 00:00:00 2001
From: Michael J Gruber <git@drmicha.warpmail.net>
Date: Tue, 6 Oct 2015 12:12:21 +0200
Subject: [PATCH] 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 <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 t/{t2026-prune-linked-checkouts.sh => t2026-worktree-prune.sh} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename t/{t2026-prune-linked-checkouts.sh => t2026-worktree-prune.sh} (100%)

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