Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
83db7e09
Commit
83db7e09
authored
Oct 02, 2013
by
Jameson Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken online push tests
parent
5b188225
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tests-clar/online/push.c
+0
-4
No files found.
tests-clar/online/push.c
View file @
83db7e09
...
...
@@ -20,7 +20,6 @@ static char *_remote_pass;
static
int
cred_acquire_cb
(
git_cred
**
,
const
char
*
,
const
char
*
,
unsigned
int
,
void
*
);
static
git_remote
*
_remote
;
static
bool
_cred_acquire_called
;
static
record_callbacks_data
_record_cbs_data
=
{{
0
}};
static
git_remote_callbacks
_record_cbs
=
RECORD_CALLBACKS_INIT
(
&
_record_cbs_data
);
...
...
@@ -47,8 +46,6 @@ static int cred_acquire_cb(
GIT_UNUSED
(
url
);
GIT_UNUSED
(
user_from_url
);
*
((
bool
*
)
payload
)
=
true
;
if
(
GIT_CREDTYPE_SSH_PUBLICKEY
&
allowed_types
)
return
git_cred_ssh_keyfile_passphrase_new
(
cred
,
_remote_user
,
_remote_ssh_pubkey
,
_remote_ssh_key
,
_remote_ssh_passphrase
);
...
...
@@ -251,7 +248,6 @@ void test_online_push__initialize(void)
git_vector
delete_specs
=
GIT_VECTOR_INIT
;
size_t
i
;
char
*
curr_del_spec
;
_cred_acquire_called
=
false
;
_repo
=
cl_git_sandbox_init
(
"push_src"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment