Re: patch@26180 - t/op/array.t : Can't reset %ENV on VMS

2005-11-22 Thread Steve Peters
On Mon, Nov 21, 2005 at 09:19:31PM -0500, John E. Malmberg wrote: t/op/array.t is failing on OpenVMS because it is calling reset 'b', and perl can not reset %ENV hash values on VMS. Thanks, I applied this fix as change #26186. Steve Peters [EMAIL PROTECTED]

patch@26180 - t/op/array.t : Can't reset %ENV on VMS

2005-11-21 Thread John E. Malmberg
t/op/array.t is failing on OpenVMS because it is calling reset 'b', and perl can not reset %ENV hash values on VMS. -John [EMAIL PROTECTED] Personal Opinion Only --- /rsync_root/perl/t/op/array.t Wed Oct 19 17:18:03 2005 +++ t/op/array.tMon Nov 21 20:45:47 2005 @@ -61,7 +61,7 @@