diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-02-12 14:29:40 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-12 11:58:21 -0800 |
| commit | ebd73f50c680ca0984aae18fad7b821464ed2411 (patch) | |
| tree | a6aed9b5d835b13c7df8b77dce62f79035822ce4 /t/t4010-diff-pathspec.sh | |
| parent | 59934417fffd3f8dcdc9e18271644b4db0627ea9 (diff) | |
| download | git-ebd73f50c680ca0984aae18fad7b821464ed2411.tar.gz | |
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/t4010-diff-pathspec.sh')
| -rwxr-xr-x | t/t4010-diff-pathspec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4010-diff-pathspec.sh b/t/t4010-diff-pathspec.sh index 65cc703c65..1bbced79ec 100755 --- a/t/t4010-diff-pathspec.sh +++ b/t/t4010-diff-pathspec.sh @@ -10,7 +10,7 @@ Prepare: path1/file1 ' . ./test-lib.sh -. "$TEST_DIRECTORY"/diff-lib.sh ;# test-lib chdir's into trash +. "$TEST_DIRECTORY"/lib-diff.sh ;# test-lib chdir's into trash test_expect_success \ setup \ |
