Add removal of a test dir

This commit is contained in:
Klaas Freitag 2012-11-23 11:43:39 +01:00
parent 1147e77d67
commit 3fcc56ebbc

View File

@ -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;
}