test: flush cache in export remote test

Flush the object cache in the export remote test before the
export is performed to ensure object downloading is tested
This commit is contained in:
Preben Ingvaldsen 2018-06-26 15:34:19 -07:00
parent a1b5770329
commit 84396ab13e

@ -61,6 +61,9 @@ begin_test "migrate export (with remote)"
assert_pointer "refs/remotes/origin/master" "a.md" "$md_oid" "50"
assert_pointer "refs/remotes/origin/master" "a.txt" "$txt_oid" "30"
# Flush the cache to ensure all objects have to be downloaded
rm -rf .git/lfs/objects
git lfs migrate export --everything --include="*.md, *.txt"
[ ! $(assert_pointer "refs/heads/master" "a.md" "$md_oid" "50") ]