From 660d800839057178672e7d5c2b5c9a2a2a79d731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 25 Nov 2014 14:02:57 +0100 Subject: [PATCH] Make the call recording testers to remove the record file after testing --- tester/call_tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/call_tester.c b/tester/call_tester.c index ff385b7a5..ac0988376 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -3095,6 +3095,7 @@ static void record_call(const char *filename, bool_t enableVideo) { end_call(marie, pauline); CU_ASSERT_EQUAL(access(filepath, F_OK), 0); } + remove(filepath); ms_free(filepath); } linphone_core_manager_destroy(marie);