Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!uhccux!bt455s10 From: bt455s10@uhccux.uhcc.hawaii.edu (Carl "Art" McIntosh) Newsgroups: comp.lang.perl Subject: op.mkdir failed test 3 Keywords: op.mkdir perl Message-ID: <5844@uhccux.uhcc.hawaii.edu> Date: 28 Dec 89 21:20:29 GMT Distribution: usa Organization: University of Hawaii Lines: 8 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 ?