8287896: PropertiesTest.sh fail on msys2

Reviewed-by: naoto
This commit is contained in:
Magnus Ihse Bursie 2022-06-07 11:53:10 +00:00
parent 4fe0ca9ec3
commit f1dd559e20

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -61,7 +61,7 @@ case "$OS" in
PS=";"
FS="/"
;;
CYGWIN* )
CYGWIN*|MSYS*|MINGW* )
PS=";"
FS="/"
TESTJAVA=`cygpath -u ${TESTJAVA}`