--- old/test/jdk/com/sun/management/UnixOperatingSystemMXBean/GetMaxFileDescriptorCount.sh 2020-05-20 18:05:22.956274780 -0700 +++ new/test/jdk/com/sun/management/UnixOperatingSystemMXBean/GetMaxFileDescriptorCount.sh 2020-05-20 18:05:22.572267406 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 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 @@ -48,11 +48,11 @@ # Test GetMaxFileDescriptorCount if we are running on Unix case `uname -s` in - SunOS | Linux ) + Linux ) runOne GetMaxFileDescriptorCount ;; * ) - echo "Ignore test when not run on Solaris or Linux" + echo "Ignore test when not run on Linux" exit 0 ;; esac