From 86fd570e8cb00d414f3dc8f4ac26c7f76a9fb67d Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 10 Jul 2023 13:23:35 +0200 Subject: [PATCH] Remove MyKeyLog.txt --- tests/api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/api.c b/tests/api.c index 4f6725834..047b99e02 100644 --- a/tests/api.c +++ b/tests/api.c @@ -34218,6 +34218,8 @@ static int test_wolfSSL_Tls12_Key_Logging_test(void) } /* a log starting with "CLIENT_RANDOM " should exit in the file */ ExpectIntEQ(found, 1); + /* clean up */ + ExpectIntEQ(rem_file("./MyKeyLog.txt"), 0); #endif /* OPENSSL_EXTRA && HAVE_SECRET_CALLBACK */ return EXPECT_RESULT(); }