Skip to content

Commit 153dc6d

Browse files
author
Matthew Donovan
committedDec 9, 2024
8345133: Test sun/security/tools/jarsigner/TsacertOptionTest.java failed: Warning found in stdout
Reviewed-by: hchao, mullan
1 parent d7ef3ac commit 153dc6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2020, 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
@@ -103,6 +103,7 @@ void start() throws Throwable {
103103
"-alias", CA_KEY_ALIAS,
104104
"-keystore", KEYSTORE,
105105
"-storepass", PASSWORD,
106+
"-startdate", "-1M",
106107
"-keypass", PASSWORD,
107108
"-validity", Integer.toString(VALIDITY),
108109
"-infile", "certreq",

0 commit comments

Comments
 (0)
Please sign in to comment.