Skip to content

Commit

Permalink
8287896: PropertiesTest.sh fail on msys2
Browse files Browse the repository at this point in the history
Backport-of: f1dd559e20342b892d0c1ed0314e5bba451bc5d3
  • Loading branch information
gdams committed Nov 22, 2022
1 parent 3bdd370 commit 18055b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/java/util/Currency/PropertiesTest.sh
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (c) 2007, 2018, 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
Expand Down Expand Up @@ -61,7 +61,7 @@ case "$OS" in
PS=";"
FS="/"
;;
CYGWIN* )
CYGWIN*|MSYS*|MINGW* )
PS=";"
FS="/"
TESTJAVA=`cygpath -u ${TESTJAVA}`
Expand Down

1 comment on commit 18055b8

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.