File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ begin_test "askpass: push with GIT_ASKPASS"
19
19
# $password is defined from test/cmd/lfstest-gitserver.go (see: skipIfBadAuth)
20
20
export LFS_ASKPASS_USERNAME=" user"
21
21
export LFS_ASKPASS_PASSWORD=" pass"
22
- GIT_ASKPASS=" lfs-askpass" SSH_ASKPASS=" dont-call-me" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push 2>&1 | tee push.log
22
+ GIT_ASKPASS=" lfs-askpass" SSH_ASKPASS=" dont-call-me" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push origin master 2>&1 | tee push.log
23
23
24
24
GITSERVER_USER=" $( printf $GITSERVER | sed -e ' s/http:\/\//http:\/\/user@/' ) "
25
25
@@ -55,7 +55,7 @@ begin_test "askpass: push with core.askPass"
55
55
export LFS_ASKPASS_PASSWORD=" pass"
56
56
git config " core.askPass" " lfs-askpass"
57
57
cat .git/config
58
- SSH_ASKPASS=" dont-call-me" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push 2>&1 | tee push.log
58
+ SSH_ASKPASS=" dont-call-me" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push origin master 2>&1 | tee push.log
59
59
60
60
GITSERVER_USER=" $( printf $GITSERVER | sed -e ' s/http:\/\//http:\/\/user@/' ) "
61
61
@@ -90,7 +90,7 @@ begin_test "askpass: push with SSH_ASKPASS"
90
90
# $password is defined from test/cmd/lfstest-gitserver.go (see: skipIfBadAuth)
91
91
export LFS_ASKPASS_USERNAME=" user"
92
92
export LFS_ASKPASS_PASSWORD=" pass"
93
- SSH_ASKPASS=" lfs-askpass" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push 2>&1 | tee push.log
93
+ SSH_ASKPASS=" lfs-askpass" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push origin master 2>&1 | tee push.log
94
94
95
95
GITSERVER_USER=" $( printf $GITSERVER | sed -e ' s/http:\/\//http:\/\/user@/' ) "
96
96
You can’t perform that action at this time.
0 commit comments