--- old/test/jdk/java/awt/print/PrinterJob/TestCheckSystemDefaultBannerOption.java 2020-05-20 18:05:55.012890290 -0700 +++ new/test/jdk/java/awt/print/PrinterJob/TestCheckSystemDefaultBannerOption.java 2020-05-20 18:05:54.632882993 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -24,7 +24,7 @@ * @test * @bug 8165947 8170579 * @summary Verifies System default banner page option is honoured by jdk - * @requires (os.family == "linux" | os.family == "solaris") + * @requires os.family == "linux" * @run main/manual TestCheckSystemDefaultBannerOption */ import java.awt.BorderLayout;