diff options
author | Craig A. Berry <craigberry@mac.com> | 2003-07-20 05:43:32 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-07-21 14:26:43 +0000 |
commit | 98a392ecbb7845edc25cfe254ee96c1a58aa132c (patch) | |
tree | e1d960745726ba3913486194cb9ee57260c41bf4 /lib/FileCache/t/02maxopen.t | |
parent | 42bc3d67f53713d43d4feb8de9def128eb32d283 (diff) | |
download | perl-98a392ecbb7845edc25cfe254ee96c1a58aa132c.tar.gz |
Re: [PATCH] test clean-up for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3F1AB8A4.2070207@mac.com>
p4raw-id: //depot/perl@20175
Diffstat (limited to 'lib/FileCache/t/02maxopen.t')
-rw-r--r-- | lib/FileCache/t/02maxopen.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FileCache/t/02maxopen.t b/lib/FileCache/t/02maxopen.t index 6b3b4c86e7..603edebc7f 100644 --- a/lib/FileCache/t/02maxopen.t +++ b/lib/FileCache/t/02maxopen.t @@ -12,7 +12,7 @@ BEGIN { plan tests=>5; } END{ - unlink @files; + 1 while unlink @files; } {# Test 2: that we actually adhere to maxopen |