Re-enable all CLI tests

the issue should be fixed now
This commit is contained in:
Martchus 2018-10-26 14:08:47 +02:00
parent 4c4a1ebd47
commit 047050ac8f
1 changed files with 0 additions and 2 deletions

View File

@ -206,7 +206,6 @@ void ApplicationTests::test()
#endif
// test rescan: create new file, trigger rescan, check status
#ifdef DEBUG_BUILD
CPPUNIT_ASSERT(ofstream("/tmp/some/path/1/new-file.txt") << "foo");
const char *const rescanArgs[] = { "syncthingctl", "rescan", "test1", nullptr };
TESTUTILS_ASSERT_EXEC(rescanArgs);
@ -246,6 +245,5 @@ void ApplicationTests::test()
if (hasCwd) {
chdir(cwd);
}
#endif
}
#endif