--- old/test/jdk/java/awt/font/JNICheck/JNICheck.sh 2020-05-20 18:05:52.972851119 -0700 +++ new/test/jdk/java/awt/font/JNICheck/JNICheck.sh 2020-05-20 18:05:52.588843746 -0700 @@ -1,6 +1,6 @@ #!/bin/ksh -p # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 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 @@ -37,7 +37,7 @@ CP="${TESTCLASSES}" fi -if [ $OS != SunOS -a $OS != Linux ] +if [ $OS != Linux ] then exit 0 fi