t: use '$reponame' in 't/t-fetch' instead of constant

This commit is contained in:
Taylor Blau 2018-07-11 16:56:18 -05:00
parent dc57c7f964
commit cd266c4336

@ -526,14 +526,14 @@ begin_test "fetch raw remote url"
git init
git lfs install --local --skip-smudge
git remote add origin $GITSERVER/test-fetch
git remote add origin "$GITSERVER/$reponame"
git pull origin master
# LFS object not downloaded, pointer in working directory
refute_local_object "$contents_oid"
grep "$content_oid" a.dat
git lfs fetch "$GITSERVER/test-fetch"
git lfs fetch "$GITSERVER/$reponame"
# LFS object downloaded, pointer still in working directory
assert_local_object "$contents_oid" 1