[comp.lang.perl] op.mkdir failed test 3

bt455s10@uhccux.uhcc.hawaii.edu (Carl "Art" McIntosh) (12/29/89)

Perl 3.0 patchlevel 8 successfully compiled on the NCR Tower 32/650
OS 2.01.00 here at work, with the exception of "Too many labels" for
the optimizer on eval.c - no sweat.  make test, however, fails on
op.mkdir test 3.  I looked at op.mkdir, it looks as if test 3 checks
for errno to be set from the failed mkdir attempt in test 2.  I added
the statement: print($!); right after test 2 and ran op.mkdir, the
statement prints out "Not a typerwriter".  I assume the wrong error
is set.  Anyone have any clues regarding fixing this ?