Skip to content

Commit 86fd570

Browse files
committed
Remove MyKeyLog.txt
1 parent d0b8b91 commit 86fd570

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34218,6 +34218,8 @@ static int test_wolfSSL_Tls12_Key_Logging_test(void)
3421834218
}
3421934219
/* a log starting with "CLIENT_RANDOM " should exit in the file */
3422034220
ExpectIntEQ(found, 1);
34221+
/* clean up */
34222+
ExpectIntEQ(rem_file("./MyKeyLog.txt"), 0);
3422134223
#endif /* OPENSSL_EXTRA && HAVE_SECRET_CALLBACK */
3422234224
return EXPECT_RESULT();
3422334225
}

0 commit comments

Comments
 (0)