diff options
Diffstat (limited to 't/lib/glob-case.t')
-rwxr-xr-x | t/lib/glob-case.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/glob-case.t b/t/lib/glob-case.t index 881470cf84..3c3980c880 100755 --- a/t/lib/glob-case.t +++ b/t/lib/glob-case.t @@ -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 { |