--- old/test/jdk/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh 2020-05-20 18:06:54.278028223 -0700 +++ new/test/jdk/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh 2020-05-20 18:06:53.890020773 -0700 @@ -1,6 +1,6 @@ #!/bin/ksh -p # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 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 @@ -82,13 +82,6 @@ # Checking for proper OS OS=`uname -s` case "$OS" in - SunOS ) - VAR="One value for Sun" - DEFAULT_JDK=/none - #DEFAULT_JDK=/usr/local/java/jdk1.2/solaris - FILESEP="/" - ;; - Linux | Darwin | AIX ) VAR="A different value for Linux" DEFAULT_JDK=/none