test/jdk/sun/security/tools/jarsigner/multiRelease/MVJarSigningTest.java
changeset 59104 046e4024e55a
parent 48690 374c63fbe652
--- a/test/jdk/sun/security/tools/jarsigner/multiRelease/MVJarSigningTest.java	Thu Nov 14 16:34:24 2019 -0800
+++ b/test/jdk/sun/security/tools/jarsigner/multiRelease/MVJarSigningTest.java	Fri Nov 15 09:06:58 2019 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -152,6 +152,7 @@
                 "-J-Duser.language=en",
                 "-J-Duser.country=US",
                 "-genkey",
+                "-keyalg", "dsa",
                 "-alias", ALIAS,
                 "-keystore", KEYSTORE,
                 "-keypass", KEYPASS,