From 609fc7915da3d032a1da1db46b314d8b58777e2e Mon Sep 17 00:00:00 2001 From: Shobhit Gupta Date: Mon, 13 Apr 2015 19:39:40 +0300 Subject: [PATCH] 8076069: [macosx][TESTBUG] tests failing with Unrecognized system error Reviewed-by: serb, azvegint, kshefov --- jdk/test/sun/security/tools/keytool/i18n.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/sun/security/tools/keytool/i18n.sh b/jdk/test/sun/security/tools/keytool/i18n.sh index 58b14f1cf16..b363a7f6d81 100644 --- a/jdk/test/sun/security/tools/keytool/i18n.sh +++ b/jdk/test/sun/security/tools/keytool/i18n.sh @@ -22,7 +22,7 @@ # # @test -# @bug 4348369 +# @bug 4348369 8076069 # @summary keytool not i18n compliant # @author charlie lai # @run shell/manual i18n.sh @@ -44,7 +44,7 @@ fi # set platform-dependent variables OS=`uname -s` case "$OS" in - SunOS | Linux ) + SunOS | Linux | Darwin ) NULL=/dev/null PS=":" FS="/"