< prev index next >

test/jdk/java/nio/file/FileSystem/Basic.java

Print this page
rev 59383 : [mq]: final

@@ -126,12 +126,10 @@
         // sanity check FileStores
         checkFileStores(fs);
 
         // sanity check supportedFileAttributeViews
         checkSupported(fs, "basic");
-        if (os.equals("SunOS"))
-            checkSupported(fs, "posix", "unix", "owner", "acl", "user");
         if (os.equals("Linux"))
             checkSupported(fs, "posix", "unix", "owner", "dos", "user");
         if (os.contains("OS X"))
             checkSupported(fs, "posix", "unix", "owner");
         if (os.equals("Windows"))
< prev index next >