summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/test.com')
-rw-r--r--vms/test.com10
1 files changed, 2 insertions, 8 deletions
diff --git a/vms/test.com b/vms/test.com
index a23245057f..43034a5cc9 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -5,13 +5,7 @@ $! Charles Bailey bailey@genetics.upenn.edu
$
$! A little basic setup
$ On Error Then Goto wrapup
-$ olddef = F$Environment("Default")
-$ If F$TrnLNm("Perl_Root").nes.""
-$ Then
-$ Set Default Perl_Root:[t]
-$ Else
-$ Set Default [.t]
-$ EndIf
+$ Set Default [.t]
$
$! Pick up a copy of perl to use for the tests
$ Delete/Log/NoConfirm Perl.;*
@@ -185,5 +179,5 @@ print sprintf("u=%g s=%g cu=%g cs=%g files=%d tests=%d\n",
$$END-OF-TEST$$
$ wrapup:
$ If F$Search("Echo.Exe").nes."" Then Delete/Log/NoConfirm Echo.Exe;*
-$ Set Default &olddef
+$ Set Default [-]
$ Exit