--- old/test/jdk/sun/security/provider/PolicyFile/getinstance/getinstance.sh 2020-05-20 18:07:53.791170919 -0700 +++ new/test/jdk/sun/security/provider/PolicyFile/getinstance/getinstance.sh 2020-05-20 18:07:53.407163546 -0700 @@ -1,7 +1,7 @@ #! /bin/sh # -# Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2001, 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 @@ -51,10 +51,6 @@ # set platform-dependent variables OS=`uname -s` case "$OS" in - SunOS ) - PS=":" - FS="/" - ;; Linux ) PS=":" FS="/"