The dump of [EMAIL PROTECTED] on VMS produces the following output that
is different from the expected.

In particular, there is no trailing null on the value on the resulting
value, and it has the additional flags of "READONLY" and "FAKE".

What I do not know is if this is an intended behavior on VMS as a side
effect of creating or modifying $ENV{PATH}.

got:
[
<snip>
SV = PVMG(0x2b5770) at 0x28c6d8
      FLAGS = (TEMP,POK,FAKE,READONLY,pPOK)
      PV = 0x2c4e84 "PATH"
<snip>
]
expected:
[
(?:ALLOCATED at .*?
)?SV = PVMG\(0x[[:xdigit:]]+\) at 0x[[:xdigit:]]+
<snip>
      FLAGS = \(TEMP,POK,pPOK\)
(?:      IV = 0
)?      PV = 0x[[:xdigit:]]+ "(?i:PATH)"\\0
<snip>
]
not ok 21

-John
[EMAIL PROTECTED]
Personal Opinion Only

Reply via email to