--- old/test/jdk/sun/security/provider/KeyStore/DKSTest.sh 2020-05-20 18:07:51.651129829 -0700 +++ new/test/jdk/sun/security/provider/KeyStore/DKSTest.sh 2020-05-20 18:07:51.311123301 -0700 @@ -1,7 +1,7 @@ #! /bin/sh # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 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 @@ -50,7 +50,7 @@ # set platform-dependent variables OS=`uname -s` case "$OS" in - SunOS | Linux | Darwin | AIX) + Linux | Darwin | AIX) PS=":" FS="/" ;;