diff --git a/tests/csync_tests/check_csync_exclude.c b/tests/csync_tests/check_csync_exclude.c index 461c36d6e9..295fdd659f 100644 --- a/tests/csync_tests/check_csync_exclude.c +++ b/tests/csync_tests/check_csync_exclude.c @@ -46,6 +46,8 @@ static void teardown(void **state) { rc = system("rm -rf /tmp/check_csync1"); assert_int_equal(rc, 0); + rc = system("rm -rf /tmp/check_csync2"); + assert_int_equal(rc, 0); *state = NULL; }