--- old/test/tools/jlink/JLinkTest.java 2016-12-14 22:23:02.000000000 +0530 +++ new/test/tools/jlink/JLinkTest.java 2016-12-14 22:23:02.000000000 +0530 @@ -191,19 +191,6 @@ } { - // License files - Path file = Paths.get("LICENSE"); - Files.createFile(file); - String copied = "LICENSE"; - String[] arr = copied.split(","); - String[] copyFiles = new String[2]; - copyFiles[0] = "--copy-files"; - copyFiles[1] = file.toAbsolutePath().toString(); - Path imageDir = helper.generateDefaultImage(copyFiles, "composite2").assertSuccess(); - helper.checkImage(imageDir, "composite2", null, null, arr); - } - - { // List plugins StringWriter writer = new StringWriter(); PrintWriter pw = new PrintWriter(writer);