--- old/test/jdk/javax/script/CommonSetup.sh 2020-05-20 18:06:59.566129759 -0700 +++ new/test/jdk/javax/script/CommonSetup.sh 2020-05-20 18:06:59.178122309 -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 @@ -36,7 +36,7 @@ OS=`uname -s` case "$OS" in - SunOS | Linux | Darwin | AIX ) + Linux | Darwin | AIX ) PS=":" FS="/" ;;