jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
changeset 43701 fe8c324ba97c
parent 42180 11be74fc0be5
child 44046 762e807bfac1
--- a/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java	Wed Feb 08 12:27:45 2017 -0700
+++ b/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java	Wed Feb 08 12:08:28 2017 -0800
@@ -456,7 +456,7 @@
                 .shouldMatch("Timestamp signature algorithm: .*key.*weak");
         verify(file, "-J-Djava.security.debug=jar")
                 .shouldHaveExitValue(0)
-                .shouldMatch("SignatureException:.*Disabled");
+                .shouldMatch("SignatureException:.*disabled");
     }
 
     static void checkHalfWeak(String file) throws Throwable {