From daa4da5ffc4720edd0b95e16ade69dd772dbd077 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 19 Aug 2021 10:39:49 +0300 Subject: [PATCH] tests: state: remove the "escaped" state file at the end of the test --- tests/wp/state.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/wp/state.c b/tests/wp/state.c index 5b21a3d1..d7b5621b 100644 --- a/tests/wp/state.c +++ b/tests/wp/state.c @@ -198,6 +198,8 @@ test_state_escaped (void) g_assert_cmpstr (wp_properties_get (props, "\\\\"), ==, "v20"); g_assert_cmpstr (wp_properties_get (props, "[]["), ==, "][]"); } + + wp_state_clear (state); } int