diff options
-rw-r--r-- | vms/test.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com index 3c76b1e39f..63573f29cc 100644 --- a/vms/test.com +++ b/vms/test.com @@ -59,7 +59,7 @@ $ EndIf $ EndIf $! $! Pick up a copy of perl to use for the tests -$ If F$Search("Perl.").nes."" Then Delete/Log/NoConfirm Perl'exe';* +$ If F$Search("Perl''exe'").nes."" Then Delete/Log/NoConfirm Perl'exe';* $ If PERL_TEST_DRIVER .eqs. "minitest" $ Then $ Copy/Log/NoConfirm [-]miniperl'exe' []Perl'exe' |