test: add removed $sha declaration

This commit is contained in:
Taylor Blau 2017-11-17 08:11:17 -08:00
parent e9a97f9e62
commit b038093f1d
2 changed files with 2 additions and 0 deletions

@ -388,6 +388,7 @@ begin_test "migrate import (ambiguous reference)"
# Create an ambiguously named reference sharing the name as the SHA-1 of
# "HEAD".
sha="$(git rev-parse HEAD)"
git tag "$sha"
git lfs migrate import --everything

@ -315,6 +315,7 @@ begin_test "migrate info (ambiguous reference)"
# Create an ambiguously named reference sharing the name as the SHA-1 of
# "HEAD".
sha="$(git rev-parse HEAD)"
git tag "$sha"
git lfs migrate info --everything