From cb464c38b2822087cf42c537831f1d363c1af5a8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 26 Feb 2000 03:53:58 +0000 Subject: [PATCH] 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. --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 272b0e32bc..e22beda097 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -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 } -- 2.34.1