The OpenVMS library is most definitely not built for anything but

files, unless it's all in unixly syntax.  We can't guarantee that
right now, so let's skip the whole test suit.  There are other places
(like the open()) where errors are detected anyway.
This commit is contained in:
Richard Levitte 2000-02-26 03:53:58 +00:00
parent 9a5a7401e9
commit cb464c38b2

View File

@ -603,7 +603,6 @@ bad:
perror(outdir);
goto err;
}
#endif
if (stat(outdir,&sb) != 0)
{
@ -618,6 +617,7 @@ bad:
perror(outdir);
goto err;
}
#endif
#endif
}