Fix fetch test, only downloads now, doesn't check out

This commit is contained in:
Steve Streeting 2015-07-24 15:07:51 +01:00
parent 001ddcd7cf
commit f55d805cd0

@ -63,12 +63,11 @@ begin_test "fetch"
# Remove the working directory and lfs files
rm a.dat
rm -rf .git/lfs/objects
git lfs fetch 2>&1 | grep "(1 of 1 files)"
[ "a" = "$(cat a.dat)" ]
assert_pointer "master" "a.dat" "$contents_oid" 1
git checkout newbranch
git checkout master