We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fad0c7 commit a05008bCopy full SHA for a05008b
test/test-env.sh
@@ -18,6 +18,8 @@ begin_test "env with bare repo"
18
tempdir=$(native_path "$TRASHDIR/$reponame/lfs/tmp")
19
envVars=$(printf "%s" "$(env | grep "^GIT")")
20
21
+ echo "SET EXPECTED"
22
+
23
expected=$(printf "%s\n%s\n
24
LocalWorkingDir=
25
LocalGitDir=%s
@@ -29,7 +31,13 @@ BatchTransfer=true
29
31
%s
30
32
33
" "$(git lfs version)" "$(git version)" "$localgit" "$localgitstore" "$localmedia" "$tempdir" "$envVars" "$envInitConfig")
34
35
+ echo "SET ACTUAL"
36
37
actual=$(git lfs env)
38
39
+ echo "ASSERT"
40
41
contains_same_elements "$expected" "$actual"
42
43
)
0 commit comments