// For peaking (does NOT affect the test)
FileUtils.copyDirectory(clientB.getLocalFile(".syncany/db"), clientB.getLocalFile(".syncany/db_WITH_DIRTY_B1"));
Files.setPosixFilePermissions(clientB.getLocalFile("sphinxbase-0.8").toPath(), PosixFilePermissions.fromString("rwxrwxrwx"));
UpOperationResult upResultB2 = clientB.up(); // (B2)
assertEquals(UpResultCode.OK_CHANGES_UPLOADED, upResultB2.getResultCode());
assertEquals(1, upResultB2.getChangeSet().getChangedFiles().size());
// For peaking (does NOT affect the test)
FileUtils.copyDirectory(clientB.getLocalFile(".syncany/db"), clientB.getLocalFile(".syncany/db_DELETED_B1_WITH_B2"));