This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
[perl5.git] / t / lib / ftmp-security.t
index 96b2c42..f9be237 100755 (executable)
@@ -27,7 +27,7 @@ ok(1);
 # The high security tests must currently be skipped on some platforms
 my $skipplat = ( (
                  # No sticky bits.
-                 $^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'dos'
+                 $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'os2' || $^O eq 'dos'
                  ) ? 1 : 0 );
 
 # Can not run high security tests in perls before 5.6.0