Skip to content

Commit 05b2ff4

Browse files
committedMay 24, 2023
8308554: [17u] Fix commit of 8286191. vm.musl was not removed from ExternalEditorTest
Reviewed-by: shade
1 parent 9c0afc5 commit 05b2ff4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎test/langtools/jdk/jshell/ExternalEditorTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,8 +25,6 @@
2525
* @test
2626
* @summary Testing external editor.
2727
* @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
28-
* @comment musl/Alpine has problems executing some shell scripts, see 8285987
29-
* @requires !vm.musl
3028
* @modules jdk.jshell/jdk.internal.jshell.tool
3129
* @build ReplToolTesting CustomEditor EditorTestBase
3230
* @run testng ExternalEditorTest

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on May 24, 2023

@openjdk-notifier[bot]
Please sign in to comment.