File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
. " test/testlib.sh"
4
4
5
5
ensure_git_version_isnt $VERSION_LOWER " 2.5.0"
6
+ envInitConfig=' git config filter.lfs.smudge = "git-lfs smudge %f"
7
+ git config filter.lfs.clean = "git-lfs clean %f"'
6
8
7
9
begin_test " git worktree"
8
10
(
@@ -26,7 +28,8 @@ TempDir=$TRASHDIR/$reponame/.git/lfs/tmp
26
28
ConcurrentTransfers=3
27
29
BatchTransfer=true
28
30
$( env | grep " ^GIT" )
29
- " " $( git lfs version) " " $( git version) " )
31
+ %s
32
+ " " $( git lfs version) " " $( git version) " " $envInitConfig " )
30
33
actual=$( git lfs env)
31
34
[ " $expected " = " $actual " ]
32
35
@@ -46,7 +49,8 @@ TempDir=$TRASHDIR/$reponame/.git/worktrees/$worktreename/lfs/tmp
46
49
ConcurrentTransfers=3
47
50
BatchTransfer=true
48
51
$( env | grep " ^GIT" )
49
- " " $( git lfs version) " " $( git version) " )
52
+ %s
53
+ " " $( git lfs version) " " $( git version) " " $envInitConfig " )
50
54
actual=$( git lfs env)
51
55
[ " $expected " = " $actual " ]
52
56
)
You can’t perform that action at this time.
0 commit comments