We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e987e commit ea19114Copy full SHA for ea19114
test/jdk/sun/security/util/Pem/encoding.sh
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -32,4 +32,4 @@
32
33
$TESTJAVA/bin/java $TESTVMOPTS -cp $TESTCLASSES \
34
-Dfile.encoding=UTF-16 \
35
- PemEncoding $TESTSRC/../HostnameMatcher/cert5.crt
+ PemEncoding $TESTSRC/../HostnameChecker/cert5.crt
0 commit comments