NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
[p5sagit/p5-mst-13.2.git] / t / lib / glob-case.t
index 881470c..3c3980c 100755 (executable)
@@ -42,7 +42,7 @@ print "not " unless @a >= 3;
 print "ok 4\n";
 
 # Test Win32 backslash nastiness...
-if ($^O ne 'MSWin32') {
+if ($^O ne 'MSWin32' && $^O ne 'NetWare') {
     print "ok 5\nok 6\nok 7\n";
 }
 else {