Skip to content

Commit 3e4321d

Browse files
author
Paul Hohensee
committed
8345133: Test sun/security/tools/jarsigner/TsacertOptionTest.java failed: Warning found in stdout
Reviewed-by: rkennke Backport-of: 153dc6d84300e4c3446e33be820c15336cf45e72
1 parent 55e7ecc commit 3e4321d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jdk/test/sun/security/tools/jarsigner/TsacertOptionTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -110,6 +110,7 @@ void start() throws Throwable {
110110
"-alias", CA_KEY_ALIAS,
111111
"-keystore", KEYSTORE,
112112
"-storepass", PASSWORD,
113+
"-startdate", "-1M",
113114
"-keypass", PASSWORD,
114115
"-validity", Integer.toString(VALIDITY),
115116
"-infile", "certreq",

0 commit comments

Comments
 (0)