diff --git a/core/src/test/java/hudson/LauncherTest.java b/core/src/test/java/hudson/LauncherTest.java index dca06dbd59dd94babd2bff22b16e4b1c5b5eb2e9..620d95ffb29a90b383d7ed89bccada5ce61b3c12 100644 --- a/core/src/test/java/hudson/LauncherTest.java +++ b/core/src/test/java/hudson/LauncherTest.java @@ -93,6 +93,7 @@ public class LauncherTest extends ChannelTestCase { assertTrue(log, log.contains("val1 val2")); } + @Bug(18368) public void testDecoratedByEnvMaintainsIsUnix() throws Exception { ByteArrayOutputStream output = new ByteArrayOutputStream(); TaskListener listener = new StreamBuildListener(output); @@ -104,6 +105,7 @@ public class LauncherTest extends ChannelTestCase { assertEquals(true, decorated.isUnix()); } + @Bug(18368) public void testDecoratedByPrefixMaintainsIsUnix() throws Exception { ByteArrayOutputStream output = new ByteArrayOutputStream(); TaskListener listener = new StreamBuildListener(output);