summaryrefslogtreecommitdiff
path: root/t/lib/glob-taint.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 10:10:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 10:10:36 +0000
commitd2a0188286383355aaa13e586da8618f82242215 (patch)
treef63be75ab721500612da0df6c14656695c81dcd1 /t/lib/glob-taint.t
parenta104f515e1396d6efe6b0936f76a68f8852f5b49 (diff)
downloadperl-d2a0188286383355aaa13e586da8618f82242215.tar.gz
dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@5196
Diffstat (limited to 't/lib/glob-taint.t')
-rwxr-xr-xt/lib/glob-taint.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lib/glob-taint.t b/t/lib/glob-taint.t
index 1b9c053bf7..a8dc213853 100755
--- a/t/lib/glob-taint.t
+++ b/t/lib/glob-taint.t
@@ -3,6 +3,11 @@
BEGIN {
chdir 't' if -d 't';
unshift @INC, '../lib';
+ require Config; import Config;
+ if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
+ print "1..0\n";
+ exit 0;
+ }
print "1..2\n";
}
END {