langtools/test/jdk/jshell/ExternalEditorTest.java
changeset 41635 cb3d04878117
parent 40588 b5c32bfa9710
child 42259 e4d04fcd0826
--- a/langtools/test/jdk/jshell/ExternalEditorTest.java	Wed Oct 19 16:58:09 2016 -0700
+++ b/langtools/test/jdk/jshell/ExternalEditorTest.java	Thu Oct 20 12:53:11 2016 -0700
@@ -193,7 +193,6 @@
     @Test
     public void setUnknownEditor() {
         test(
-                a -> assertCommand(a, "/set editor", "|  The '/set editor' command requires a path argument"),
                 a -> assertCommand(a, "/set editor UNKNOWN", "|  Editor set to: UNKNOWN"),
                 a -> assertCommand(a, "int a;", null),
                 a -> assertCommandOutputStartsWith(a, "/ed 1",