mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix name of config file in log test case.
This commit is contained in:
parent
996193f41a
commit
0cea891a98
@ -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 New Issue
Block a user