NEW - bug 295393: create Hudson build to run JUnit tests on one platform
https://bugs.eclipse.org/bugs/show_bug.cgi?id=295393
diff --git a/bundles/org.eclipse.build.tools/scripts/test.xml b/bundles/org.eclipse.build.tools/scripts/test.xml
index 182d0e1..29605eb 100644
--- a/bundles/org.eclipse.build.tools/scripts/test.xml
+++ b/bundles/org.eclipse.build.tools/scripts/test.xml
@@ -159,12 +159,7 @@
 				<os family="windows" />
 			</and>
 		</condition>
-
-		<condition property="executionArguments" value="${testScript} ${args}">
-			<and>
-				<os family="unix" />
-			</and>
-		</condition>
+		<property name="executionArguments" value="${testScript} ${args}"/>
 
 		<!--run the tests-->
 		<exec dir="${executionDir}" executable="${testExecutable}">