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.
This commit is contained in:
Chris Darroch 2022-01-23 15:41:30 -08:00
parent 4a3701b555
commit 095550dee9

@ -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"