< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java

Print this page
rev 59383 : [mq]: final

@@ -93,11 +93,11 @@
         if ((TEST_CLASSES == null) || ("".equals(TEST_CLASSES))) {
             System.out.println("Test is designed to be run from jtreg only");
             return true;
         }
 
-        if (!Platform.isLinux() && !Platform.isSolaris()) {
+        if (!Platform.isLinux()) {
             System.out.println("Test not designed to run on this operating system, skipping...");
             return true;
         }
         return false;
     }
< prev index next >