Skip to content

Commit

Permalink
8287895: Some langtools tests fail on msys2
Browse files Browse the repository at this point in the history
Reviewed-by: jjg
  • Loading branch information
magicus committed Jun 8, 2022
1 parent 5ad6286 commit f7791ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -30,7 +30,7 @@
jimage="${TESTJAVA+${TESTJAVA}/bin/}jimage${EXE_SUFFIX}"

case `uname -s` in
Windows*|CYGWIN*)
Windows*|CYGWIN*|MSYS*|MINGW*)
WindowsOnly() { "$@"; }
UnixOnly() { :; }
PS=";" ;;
Expand Down

0 comments on commit f7791ad

Please sign in to comment.