From f7791ad0ea984d49ff26e6f30233d8dcee4305b8 Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Wed, 8 Jun 2022 14:04:48 +0000 Subject: [PATCH] 8287895: Some langtools tests fail on msys2 Reviewed-by: jjg --- test/langtools/tools/javac/Paths/Util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/langtools/tools/javac/Paths/Util.sh b/test/langtools/tools/javac/Paths/Util.sh index e31cface9c9..fa96732fea1 100644 --- a/test/langtools/tools/javac/Paths/Util.sh +++ b/test/langtools/tools/javac/Paths/Util.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 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 @@ -30,7 +30,7 @@ jimage="${TESTJAVA+${TESTJAVA}/bin/}jimage${EXE_SUFFIX}" case `uname -s` in - Windows*|CYGWIN*) + Windows*|CYGWIN*|MSYS*|MINGW*) WindowsOnly() { "$@"; } UnixOnly() { :; } PS=";" ;;