test/jdk/tools/launcher/Test7029048.java
changeset 53376 4948dda8ea41
parent 53373 6d1c1f4fc3d5
child 53457 e3ed96060992
equal deleted inserted replaced
53375:ae4295a6a01e 53376:4948dda8ea41
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 7029048
    26  * @bug 7029048 8217340
    27  * @summary Ensure that the launcher defends against user settings of the
    27  * @summary Ensure that the launcher defends against user settings of the
    28  *          LD_LIBRARY_PATH environment variable on Unixes
    28  *          LD_LIBRARY_PATH environment variable on Unixes
       
    29  * @library /test/lib
    29  * @compile -XDignore.symbol.file ExecutionEnvironment.java Test7029048.java
    30  * @compile -XDignore.symbol.file ExecutionEnvironment.java Test7029048.java
    30  * @run main Test7029048
    31  * @run main Test7029048
    31  */
    32  */
    32 
    33 
    33 import java.io.File;
    34 import java.io.File;