Description
SecureServerTest, Driver40UnbootedTest and the replication tests fork JVMs by calling Runtime.exec() methods that take the command as a String parameter, not a String[]. This causes problems like the ones seen in DERBY-5490 when there's a space in ${java.home}.
The tests should be rewritten to use the helper method BaseTestCase.execJavaCmd(), which handles this case correctly.
Attachments
Attachments
Issue Links
- relates to
-
DERBY-5490 Lots of error trying to spawn a JVM in the SecureServerTest and Replication tests when running on the preview JDK 7 on Mac OS X
- Closed