--- old/test/jdk/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh 2020-05-20 18:06:11.021197661 -0700 +++ new/test/jdk/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh 2020-05-20 18:06:10.633190210 -0700 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (c) 2005, 2012, 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 @@ -35,10 +35,6 @@ OS=`uname -s` case "$OS" in - SunOS ) - PS=":" - FS="/" - ;; Linux ) PS=":" FS="/"