--- old/test/jdk/javax/imageio/stream/StreamCloserLeak/run_test.sh 2020-05-20 18:06:57.430088745 -0700 +++ new/test/jdk/javax/imageio/stream/StreamCloserLeak/run_test.sh 2020-05-20 18:06:57.094082294 -0700 @@ -1,6 +1,6 @@ #!/bin/ksh -p # -# Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 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 @@ -78,14 +78,6 @@ # Checking for proper OS OS=`uname -s` case "$OS" in - SunOS ) - VAR="One value for Sun" - DEFAULT_JDK=/ - FILESEP="/" - PATHSEP=":" - TMP="/tmp" - ;; - Linux ) VAR="A different value for Linux" DEFAULT_JDK=/