8071562: TimestampCheck.java change removes a whitespace between command and args
authorweijun
Mon, 26 Jan 2015 21:55:05 +0800
changeset 28664 2f79ecb05ada
parent 28663 5bedcbb25c5f
child 28665 fe8344cf6496
8071562: TimestampCheck.java change removes a whitespace between command and args Reviewed-by: alanb
jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
--- a/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java	Mon Jan 26 13:46:08 2015 +0000
+++ b/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java	Mon Jan 26 21:55:05 2015 +0800
@@ -309,7 +309,7 @@
                 cmd = System.getProperty("java.home") + "/bin/jarsigner";
             }
 
-            cmd += System.getProperty("test.tool.vm.opts")
+            cmd += " " + System.getProperty("test.tool.vm.opts")
                     + " -J-Djava.security.egd=file:/dev/./urandom"
                     + " -debug -keystore " + TSKS + " -storepass changeit"
                     + " -tsa http://localhost:" + port + "/%d"