summaryrefslogtreecommitdiff
path: root/t/t4206-log-follow-harder-copies.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-02-12 13:29:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-12 19:58:21 (GMT)
commitebd73f50c680ca0984aae18fad7b821464ed2411 (patch)
treea6aed9b5d835b13c7df8b77dce62f79035822ce4 /t/t4206-log-follow-harder-copies.sh
parent59934417fffd3f8dcdc9e18271644b4db0627ea9 (diff)
downloadgit-ebd73f50c680ca0984aae18fad7b821464ed2411.zip
git-ebd73f50c680ca0984aae18fad7b821464ed2411.tar.gz
git-ebd73f50c680ca0984aae18fad7b821464ed2411.tar.bz2
test libs: rename "diff-lib" to "lib-diff"
Rename the "diff-lib" to "lib-diff". With this rename and preceding commits there is no remaining t/*lib* which doesn't follow the convention of being called t/lib-*. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4206-log-follow-harder-copies.sh')
-rwxr-xr-xt/t4206-log-follow-harder-copies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4206-log-follow-harder-copies.sh b/t/t4206-log-follow-harder-copies.sh
index ad29e65..4871a5d 100755
--- a/t/t4206-log-follow-harder-copies.sh
+++ b/t/t4206-log-follow-harder-copies.sh
@@ -7,7 +7,7 @@ test_description='Test --follow should always find copies hard in git log.
'
. ./test-lib.sh
-. "$TEST_DIRECTORY"/diff-lib.sh
+. "$TEST_DIRECTORY"/lib-diff.sh
echo >path0 'Line 1
Line 2