rn <[EMAIL PROTECTED]>
Subject: Re: Dusting out vms/test.com
11/06/2001
: "Craig A. Berry" <[EMAIL PROTECTED]>
Subject: Re: Dusting out vms/test.com
11/06/2001
11/06/2001 01:15
PM
ichael G
Schwern To: "Craig A. Berry" <[EMAIL PROTECTED]>
Subject: Re:
At 12:26 AM -0500 11/6/01, Michael G Schwern wrote:
>I keep getting:
>
>$ MCR SYS$DISK:[]perl. -"Ilib" op/my_stash.t
If you use the Unix filename syntax, you'll need to wrap the filespec
in double quotes, but that's not your immediate problem.
>%DCL-W-ACTIMAGE, error activating image PERLSHR
>-C
On Mon, Nov 05, 2001 at 10:23:42PM -0600, Craig A. Berry wrote:
> >PS What's the VMS equivalent of:
> >
> >./perl -Ilib t/op/my_stash.t
>
> $ MCR SYS$DISK:[]perl. -"Ilib" [.t.op]my_stash.t
>
> or
>
> $ MCR SYS$DISK:[]perl. -"Ilib" "t/op/my_stash.t"
>
> or, from within Perl
I keep getting
In article , "Craig A. Berry"
<[EMAIL PROTECTED]> wrote:
> BTW, when running tests you're generally in the t directory, aren't you, so
> wouldn't it just be "op/my_stash.t"?
Not necessarily. Lots of tests start with:
BEGIN {
chdir 't
I'm working on taking test.com and merging it's differences into
t/TEST so vms/test.com just becomes a thin DCL wrapper around t/TEST.
One of the major differences is test.com itself skips a heap of tests
because they don't work on VMS, but the operators often do. So I'm
doing two things:
1