summaryrefslogtreecommitdiff
path: root/t/pod
diff options
context:
space:
mode:
Diffstat (limited to 't/pod')
-rw-r--r--t/pod/find.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/pod/find.t b/t/pod/find.t
index 1bac930f56..df36147635 100644
--- a/t/pod/find.t
+++ b/t/pod/find.t
@@ -53,6 +53,9 @@ if ($^O eq 'VMS') {
}
ok($count/($#result+1)-1,$#compare);
}
+elsif ($^O eq 'dos') {
+ ok(lc $result,lc $compare);
+}
else {
ok($result,$compare);
}