mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fix name of config file in log test case.
This commit is contained in:
parent
996193f41a
commit
0cea891a98
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ END_TEST
|
|||
START_TEST (log_load)
|
||||
{
|
||||
char buf[256];
|
||||
snprintf(buf, (size_t) 256 - 1, "%s/%s", SOURCEDIR, "config/csync_log.conf");
|
||||
snprintf(buf, (size_t) 256 - 1, "%s/%s", SOURCEDIR, "config/ocsync_log.conf");
|
||||
fail_unless(csync_log_load(buf) == 0);
|
||||
}
|
||||
END_TEST
|
||||
|
|
Loading…
Reference in a new issue