From 095550dee9f2e2bbd1426d988be1b418d0372ebc Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Sun, 23 Jan 2022 15:41:30 -0800 Subject: [PATCH] t/fixtures/migrate.sh: align test repo names We revise the names used for several test repositories created by the "git lfs migrate" tests, aligning them with their actual contents and with the majority of the other names used by the test suite. However, we do have to keep them short enough that we avoid running afoul of the Windows PATH_LEN maximum of 260 characters, including the full path to our CI runner environments. --- t/fixtures/migrate.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/fixtures/migrate.sh b/t/fixtures/migrate.sh index bbce1001..2ba236b9 100755 --- a/t/fixtures/migrate.sh +++ b/t/fixtures/migrate.sh @@ -28,7 +28,7 @@ assert_ref_unmoved() { setup_local_branch_with_gitattrs() { set -e - reponame="migrate-single-remote-branch-with-attrs" + reponame="migrate-single-local-branch-with-attrs" remove_and_create_local_repo "$reponame" @@ -56,7 +56,7 @@ setup_local_branch_with_gitattrs() { setup_local_branch_with_nested_gitattrs() { set -e - reponame="nested-attrs" + reponame="migrate-single-local-branch-nested-attrs" remove_and_create_local_repo "$reponame" @@ -97,7 +97,7 @@ setup_single_local_branch_untracked() { local name="${1:-a.md}" - reponame="single-local-branch-untracked" + reponame="migrate-single-local-branch-untracked" remove_and_create_local_repo "$reponame" @@ -121,7 +121,7 @@ setup_single_local_branch_untracked() { setup_single_local_branch_tracked() { set -e - reponame="migrate-single-remote-branch-with-attrs" + reponame="migrate-single-local-branch-tracked" remove_and_create_local_repo "$reponame"