From 3cbd7759c21367090eb221c7b39deac7df3a53cf Mon Sep 17 00:00:00 2001 From: ohair Date: Mon, 4 Jan 2010 15:41:54 -0800 Subject: [PATCH] 6911131: Test does not work with CYGWIN: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh Reviewed-by: tbell, alanb --- .../management/jmxremote/bootstrap/GeneratePropertyPassword.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh b/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh index b06a4073b..283c6cde2 100644 --- a/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh +++ b/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh @@ -45,7 +45,7 @@ cat < ${TMP_FILE} s^@TEST-SRC@/^${TESTCLASSES}${DFILESEP}^g EOF ;; -Windows_95 | Windows_98 | Windows_NT | Windows_ME) +Windows_95 | Windows_98 | Windows_NT | Windows_ME | CYGWIN*) PATHSEP=";" FILESEP="\\" DFILESEP=$FILESEP$FILESEP -- GitLab