summaryrefslogtreecommitdiff
path: root/t/base/rs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/base/rs.t')
-rwxr-xr-xt/base/rs.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/base/rs.t b/t/base/rs.t
index 07cc8fd447..021d699e2e 100755
--- a/t/base/rs.t
+++ b/t/base/rs.t
@@ -122,8 +122,7 @@ if ($^O eq 'VMS') {
if ($bar eq "z\n") {print "ok 14\n";} else {print "not ok 14\n";}
close TESTFILE;
- unlink "./foo.bar";
- unlink "./foo.com";
+ 1 while unlink qw(foo.bar foo.com foo.fdl);
} else {
# Nobody else does this at the moment (well, maybe OS/390, but they can
# put their own tests in) so we just punt