test/sun/security/mscapi/SignUsingSHA2withRSA.sh

Print this page

        

@@ -58,12 +58,12 @@
             -dname "cn=6753664,c=US" \
             -noprompt
 
         echo
         echo "Running the test..."
-        ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\SignUsingSHA2withRSA.java
-        ${TESTJAVA}/bin/java ${TESTVMOPTS} SignUsingSHA2withRSA
+        ${TESTJAVA}/bin/javac ${TESTTOOLVMOPTS} ${TESTJAVACOPTS} -d . ${TESTSRC}\\SignUsingSHA2withRSA.java
+        ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} SignUsingSHA2withRSA
 
         rc=$?
 
         echo
         echo "Removing the temporary RSA keypair from the Windows-My store..."