mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +03:00
tests: Fix the torture_pki test.
This commit is contained in:
@@ -58,8 +58,6 @@ static void teardown(void **state) {
|
|||||||
|
|
||||||
unlink(LIBSSH_RSA_TESTKEY);
|
unlink(LIBSSH_RSA_TESTKEY);
|
||||||
unlink(LIBSSH_RSA_TESTKEY ".pub");
|
unlink(LIBSSH_RSA_TESTKEY ".pub");
|
||||||
|
|
||||||
ssh_free(*state);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *read_file(const char *filename) {
|
static char *read_file(const char *filename) {
|
||||||
|
Reference in New Issue
Block a user