Skip to content

Commit ce89029

Browse files
committed
Fix test.
1 parent 90c731b commit ce89029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/java/ch/cyberduck/core/local/DefaultLocalTouchFeatureTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public void testFailure() {
3737
}
3838
catch(AccessDeniedException e) {
3939
final String s = l.getName();
40-
assertEquals(String.format("%s%s: Read-only file system. Please verify disk permissions.", PreferencesFactory.get().getProperty("local.delimiter"), s), e.getDetail());
4140
assertEquals(String.format("Cannot create %s%s", PreferencesFactory.get().getProperty("local.delimiter"), s), e.getMessage());
4241
}
4342
}

0 commit comments

Comments
 (0)