Skip to content

Commit ea19114

Browse files
committedMar 8, 2022
8282832: Update file path for HostnameMatcher/cert5.crt in test sun/security/util/Pem/encoding.sh
Reviewed-by: mullan
1 parent 72e987e commit ea19114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/jdk/sun/security/util/Pem/encoding.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2022, 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
@@ -32,4 +32,4 @@
3232

3333
$TESTJAVA/bin/java $TESTVMOPTS -cp $TESTCLASSES \
3434
-Dfile.encoding=UTF-16 \
35-
PemEncoding $TESTSRC/../HostnameMatcher/cert5.crt
35+
PemEncoding $TESTSRC/../HostnameChecker/cert5.crt

0 commit comments

Comments
 (0)
Please sign in to comment.