test_harness, not just test, needs unpack_files on VMS.
authorCraig A. Berry <craigberry@mac.com>
Tue, 14 Jul 2009 23:53:27 +0000 (18:53 -0500)
committerCraig A. Berry <craigberry@mac.com>
Tue, 14 Jul 2009 23:53:27 +0000 (18:53 -0500)
vms/descrip_mms.template

index 6ec06b4..84c4c2f 100644 (file)
@@ -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.