summaryrefslogtreecommitdiff
path: root/t/lib/glob-case.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/glob-case.t')
-rwxr-xr-xt/lib/glob-case.t2
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 {