summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-07-14 18:53:27 -0500
committerCraig A. Berry <craigberry@mac.com>2009-07-14 18:53:27 -0500
commit7ae6965a19da1e65ddd3aa98502fdabcf0ae8d56 (patch)
treee3410ff5628e6508f1e92e9d7f66706cfe42e312 /vms
parentae1b7029e546199472d907a2a9263b60490aa733 (diff)
downloadperl-7ae6965a19da1e65ddd3aa98502fdabcf0ae8d56.tar.gz
test_harness, not just test, needs unpack_files on VMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 6ec06b4e6d..84c4c2f6df 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1477,7 +1477,7 @@ test : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_fi
- @[.vms]test.com "$(E)" "$(__DEBUG__)"
@ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
-test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t
+test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files
@ PERL_TEST_DRIVER == "harness."
- @[.vms]test.com "$(E)" "$(__DEBUG__)"
@ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.