--- old/test/jdk/java/util/Currency/PropertiesTest.sh 2020-05-20 18:06:48.809923231 -0700 +++ new/test/jdk/java/util/Currency/PropertiesTest.sh 2020-05-20 18:06:48.417915705 -0700 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2007, 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 @@ -53,7 +53,7 @@ # set platform-dependent variables OS=`uname -s` case "$OS" in - SunOS | Linux | Darwin | AIX ) + Linux | Darwin | AIX ) PS=":" FS="/" ;;