From eefef30f4b4f41095026a01a9964223e28993854 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 16 Apr 2013 23:15:37 +0200 Subject: [PATCH] Dont use > java 1.6 api in testcase. --- .../org/gradle/process/internal/PathLimitationIntegTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/core/src/integTest/groovy/org/gradle/process/internal/PathLimitationIntegTest.groovy b/subprojects/core/src/integTest/groovy/org/gradle/process/internal/PathLimitationIntegTest.groovy index cbcd9661e6f3..774305e70dda 100644 --- a/subprojects/core/src/integTest/groovy/org/gradle/process/internal/PathLimitationIntegTest.groovy +++ b/subprojects/core/src/integTest/groovy/org/gradle/process/internal/PathLimitationIntegTest.groovy @@ -122,7 +122,6 @@ class PathLimitationIntegTest extends Specification { dir """ - testBatchScript.setExecutable(true) when: assert testWorkingDir.exists()