test/sun/security/krb5/runNameEquals.sh

Print this page
rev 6670 : 8010192: Enable native JGSS provider on Mac

@@ -50,19 +50,15 @@
 NATIVE=false
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux )
+  SunOS | Linux | Darwin )
     PATHSEP=":"
     FILESEP="/"
     NATIVE=true
     ;;
-  Darwin )
-    PATHSEP=":"
-    FILESEP="/"
-    ;;
   CYGWIN* )
     PATHSEP=";"
     FILESEP="/"
     ;;
   Windows* )