Skip to content

Commit a05008b

Browse files
committed
some messages
1 parent 6fad0c7 commit a05008b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/test-env.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ begin_test "env with bare repo"
1818
tempdir=$(native_path "$TRASHDIR/$reponame/lfs/tmp")
1919
envVars=$(printf "%s" "$(env | grep "^GIT")")
2020

21+
echo "SET EXPECTED"
22+
2123
expected=$(printf "%s\n%s\n
2224
LocalWorkingDir=
2325
LocalGitDir=%s
@@ -29,7 +31,13 @@ BatchTransfer=true
2931
%s
3032
%s
3133
" "$(git lfs version)" "$(git version)" "$localgit" "$localgitstore" "$localmedia" "$tempdir" "$envVars" "$envInitConfig")
34+
35+
echo "SET ACTUAL"
36+
3237
actual=$(git lfs env)
38+
39+
echo "ASSERT"
40+
3341
contains_same_elements "$expected" "$actual"
3442

3543
)

0 commit comments

Comments
 (0)