changeset 4631:6b1e65e73b80

7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin Reviewed-by: okutsu
author peytoia
date Thu, 15 Sep 2011 16:09:20 +0900
parents 48eafb721da1
children e97325a7fe7b
files test/java/util/Locale/LocaleCategory.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/util/Locale/LocaleCategory.sh	Thu Sep 15 15:55:26 2011 +0900
+++ b/test/java/util/Locale/LocaleCategory.sh	Thu Sep 15 16:09:20 2011 +0900
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # @test
-# @bug 4700857 6997928
+# @bug 4700857 6997928 7079486
 # @summary tests for Locale.getDefault(Locale.Category) and 
 #    Locale.setDefault(Locale.Category, Locale)
 # @build LocaleCategory
@@ -34,7 +34,7 @@
     PS=":"
     FS="/"
     ;;
-  Windows* )
+  Windows* | CYGWIN* )
     PS=";"
     FS="\\"
     ;;