summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-14 21:10:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-14 21:10:09 +0000
commit5da4baf7965da69c0b59c8683d446777cff89c61 (patch)
tree8504c47e0f540dc93c00511ca7727db5cb1a2c7a /t/comp
parent192cbf1b06bd0b1c75cb42877f87ad6c99aa68e0 (diff)
downloadperl-5da4baf7965da69c0b59c8683d446777cff89c61.tar.gz
The Day of the Retractions continues: the #9138
(integrated in #9144) doesn't work well in mainline. p4raw-id: //depot/perl@9158
Diffstat (limited to 't/comp')
-rwxr-xr-xt/comp/proto.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/comp/proto.t b/t/comp/proto.t
index 5fce52685a..22428570a7 100755
--- a/t/comp/proto.t
+++ b/t/comp/proto.t
@@ -9,6 +9,9 @@
# we should test as many as we can.
#
+# XXX known to leak scalars
+$ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3;
+
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';