Skip to content

Commit 6de2907

Browse files
authored
Merge pull request #498 from GraciesPadre/run_unit_tests_on_linux
Run tests intended to use symbolic links on un*x-like platforms.
2 parents 9997e96 + e808e7c commit 6de2907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/src/test/java/com/spectralogic/ds3client/helpers/FileObjectGetter_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testThatFileReportsAsRegularOnWindows() throws IOException, Interrup
8888

8989
@Test
9090
public void testThatSymbolicLinksAreResolved() {
91-
Assume.assumeTrue(Platform.isMac());
91+
Assume.assumeFalse(Platform.isWindows());
9292
final String message = "Hello World";
9393
final String file = "file.txt";
9494
try {

0 commit comments

Comments
 (0)