mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add removal of a test dir
This commit is contained in:
parent
1147e77d67
commit
3fcc56ebbc
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user