Fix worktree test now that batch is enabled by default

This commit is contained in:
Steve Streeting 2015-09-03 15:20:38 +01:00
parent 411f88b7a8
commit 2e07d0cae3

@ -24,7 +24,7 @@ LocalGitStorageDir=$TRASHDIR/$reponame/.git
LocalMediaDir=$TRASHDIR/$reponame/.git/lfs/objects
TempDir=$TRASHDIR/$reponame/.git/lfs/tmp
ConcurrentTransfers=3
BatchTransfer=false
BatchTransfer=true
$(env | grep "^GIT")
" "$(git lfs version)" "$(git version)")
actual=$(git lfs env)
@ -44,7 +44,7 @@ LocalGitStorageDir=$TRASHDIR/$reponame/.git
LocalMediaDir=$TRASHDIR/$reponame/.git/lfs/objects
TempDir=$TRASHDIR/$reponame/.git/worktrees/$worktreename/lfs/tmp
ConcurrentTransfers=3
BatchTransfer=false
BatchTransfer=true
$(env | grep "^GIT")
" "$(git lfs version)" "$(git version)")
actual=$(git lfs env)