t: fix typo and remove unused debugging commands

This commit is contained in:
Chris Darroch 2021-03-10 19:45:56 -08:00
parent b2b890aac9
commit b6a32b71d4
2 changed files with 1 additions and 5 deletions

@ -179,7 +179,7 @@ setup_single_local_branch_complex_tracked() {
setup_single_local_branch_tracked_corrupt() {
set -e
reponame="migrate-single-locla-branch-with-attrs-corrupt"
reponame="migrate-single-local-branch-with-attrs-corrupt"
remove_and_create_local_repo "$reponame"

@ -465,8 +465,6 @@ begin_test "migrate import (existing .gitattributes)"
setup_local_branch_with_gitattrs
pwd
main="$(git rev-parse refs/heads/main)"
txt_main_oid="$(calc_oid "$(git cat-file -p "$main:a.txt")")"
@ -495,8 +493,6 @@ begin_test "migrate import (--exclude with existing .gitattributes)"
setup_local_branch_with_gitattrs
pwd
main="$(git rev-parse refs/heads/main)"
txt_main_oid="$(calc_oid "$(git cat-file -p "$main:a.txt")")"