Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 323eff66 authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Remove frameworks' reference to an obsolete Bouncycastle keystore file."

parents d16d57b4 c69efa5e
Loading
Loading
Loading
Loading
+26 −28
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ public class InstrumentationCoreTestRunner extends InstrumentationTestRunner {
        System.setProperty("java.home", cacheDir.getAbsolutePath());
        System.setProperty("user.home", cacheDir.getAbsolutePath());
        System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
        System.setProperty("javax.net.ssl.trustStore",
                "/etc/security/cacerts.bks");

        if (arguments != null) {
            String classArg = arguments.getString(ARGUMENT_TEST_CLASS);