Only run the AntIT under linux

"script" under macosx seems to be somehting different
This commit is contained in:
Andreas Dangel
2021-11-18 17:34:36 +01:00
parent 655fdd6c08
commit cd19c451cd

View File

@ -28,7 +28,7 @@ public class AntIT extends AbstractBinaryDistributionTest {
@Test
public void runAnt() throws IOException, InterruptedException {
Assume.assumeTrue(SystemUtils.IS_OS_UNIX);
Assume.assumeTrue(SystemUtils.IS_OS_LINUX);
String antBasepath = new File("target/ant").getAbsolutePath();
String pmdHome = tempDir.resolve(PMD_BIN_PREFIX + PMDVersion.VERSION).toAbsolutePath().toString();