jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh
changeset 12047 320a714614e9
parent 10148 b951831be5f9
child 14342 8435a30053c1
--- a/jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh	Tue Mar 06 10:25:45 2012 +0800
+++ b/jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh	Tue Mar 06 20:34:38 2012 +0000
@@ -34,7 +34,7 @@
 
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux ) ;;
+  SunOS | Linux | Darwin ) ;;
   # Skip locale test for Windows
   Windows* | CYGWIN* )
     echo "Passed"; exit 0 ;;
@@ -67,7 +67,7 @@
   expectPass $?
 }
 
-# Run the test in the common Solaris/Linux locales
+# Run the test in the common Solaris/Linux/Mac OS locales
 # Tests will simply run in current locale if locale isn't supported
 # on the test machine/platform