summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1999-03-17 20:10:44 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-03-24 10:38:05 +0000
commit562a7b0c67b6218259506760bd4728f2f0c6093b (patch)
tree8cdc1fa81166184bfb07594e19cb9e39afbdf4ff /t/comp
parent918c0b2d7bc71242c4810571f6971cac26c1327c (diff)
downloadperl-562a7b0c67b6218259506760bd4728f2f0c6093b.tar.gz
applied suggested patch, modulo superseded parts
Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes p4raw-id: //depot/perl@3153
Diffstat (limited to 't/comp')
-rwxr-xr-xt/comp/require.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/require.t b/t/comp/require.t
index fc72c079b0..581dcba75c 100755
--- a/t/comp/require.t
+++ b/t/comp/require.t
@@ -45,7 +45,7 @@ do_require "1";
print "# $@\nnot " if $@;
print "ok ",$i++,"\n";
-END { unlink 'bleah.pm'; }
+END { 1 while unlink 'bleah.pm'; }
# ***interaction with pod (don't put any thing after here)***