Fix "run-core-tests.sh" to work again.
cshapiro was complaining about this the other week, and I needed it today.
We should fix the duplication, but Android's crippled shell makes that
awkward, and this is the simplest thing that lets us carry on working...
Change-Id: I4c1a764d6069ba55a021631acdc4d6a665df0089
diff --git a/run-core-tests b/run-core-tests
index 171ee21..67b79ee 100755
--- a/run-core-tests
+++ b/run-core-tests
@@ -42,4 +42,5 @@
-Djavax.net.ssl.trustStore=/system/etc/security/cacerts.bks \
-classpath $classpath \
-Xcheck:jni \
- -Xmx64M com.google.coretests.Main "$@"
+ -Xmx64M \
+ com.google.coretests.Main "$@"