hotspot/test/serviceability/logging/TestQuotedLogOutputs.java
changeset 37465 1d5551f466ee
parent 35229 b8d78ee728b2
child 38152 80e5da81fb2c
--- a/hotspot/test/serviceability/logging/TestQuotedLogOutputs.java	Mon Apr 11 09:45:03 2016 +0200
+++ b/hotspot/test/serviceability/logging/TestQuotedLogOutputs.java	Mon Apr 11 12:22:09 2016 +0200
@@ -101,7 +101,7 @@
             output.shouldHaveExitValue(1);
             // Ensure error message was logged
             output.shouldMatch("([Mm]issing terminating quote)"
-                + "|(Could not open log file '')"
+                + "|(Error opening log file '')"
                 + "|(Output name can not be partially quoted)");
         }
     }