diff --git a/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java b/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java index ebf86eb8a784..0a8f3f74a69c 100644 --- a/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java +++ b/platform/platform-tests/testSrc/com/intellij/execution/process/RunnerMediatedCommandLineTest.java @@ -14,7 +14,7 @@ import static org.junit.Assume.assumeTrue; public class RunnerMediatedCommandLineTest extends GeneralCommandLineTest { @Before public void ensureRightOS() { - assumeTrue("Windows-oly test", SystemInfo.isWindows); + assumeTrue("Windows-only test", SystemInfo.isWindows); } @NotNull