mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-01 11:26:52 +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 ".pub");
|
||||
|
||||
ssh_free(*state);
|
||||
}
|
||||
|
||||
static char *read_file(const char *filename) {
|
||||
|
Reference in New Issue
Block a user