File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/codehaus/plexus/components/io/attributes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void testGetPosixFileAttributes()
33
33
throws Exception
34
34
{
35
35
36
- if ( Os .isFamily ( Os .FAMILY_WINDOWS ) || Os . isFamily ( Os . FAMILY_WIN9X ) )
36
+ if ( Os .isFamily ( Os .FAMILY_WINDOWS ) )
37
37
{
38
38
return ;
39
39
}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void testGetAttributesForThisTestClass()
70
70
public void testFolder ()
71
71
throws IOException , CommandLineException {
72
72
73
- if (Os .isFamily ( Os .FAMILY_WINDOWS ) || Os . isFamily ( Os . FAMILY_WIN9X ) ){
73
+ if (Os .isFamily ( Os .FAMILY_WINDOWS )){
74
74
return ; // Nothing to do here.
75
75
}
76
76
@@ -113,7 +113,7 @@ public void testFolder()
113
113
public void testSrcResource ()
114
114
throws IOException
115
115
{
116
- if (Os .isFamily ( Os .FAMILY_WINDOWS ) || Os . isFamily ( Os . FAMILY_WIN9X ) ){
116
+ if (Os .isFamily ( Os .FAMILY_WINDOWS )){
117
117
return ; // Nothing to do here.
118
118
}
119
119
You can’t perform that action at this time.
0 commit comments