--- old/test/jdk/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh 2020-05-20 18:06:56.414069237 -0700 +++ new/test/jdk/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh 2020-05-20 18:06:56.018061633 -0700 @@ -1,5 +1,5 @@ #!/bin/ksh -p -# Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 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 @@ -103,7 +103,7 @@ fi ;; - Darwin | Linux | SunOS ) + Darwin | Linux ) FILESEP="/" PATHSEP=":" TMP=`cd /tmp; pwd -P`