mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
csync tests: Remove unused function
This commit is contained in:
parent
7c5e70ac3c
commit
c81b02c7d9
1 changed files with 0 additions and 9 deletions
|
@ -73,15 +73,6 @@ static void setup_dir(void **state) {
|
|||
assert_int_equal(rc, 0);
|
||||
}
|
||||
|
||||
static void setup_file(void **state) {
|
||||
int rc;
|
||||
|
||||
setup_dir(state);
|
||||
|
||||
rc = system("echo \"This is a test\" > /tmp/csync_test/file.txt");
|
||||
assert_int_equal(rc, 0);
|
||||
}
|
||||
|
||||
static void teardown(void **state) {
|
||||
CSYNC *csync = *state;
|
||||
int rc;
|
||||
|
|
Loading…
Reference in a new issue