1
0
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:
Andreas Schneider
2011-08-20 10:48:34 +02:00
parent 5bcf36f098
commit e3bd018465

View File

@ -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) {