OpenBSD complains.
authorUlf Möller <ulf@openssl.org>
Mon, 20 Mar 2000 18:19:38 +0000 (18:19 +0000)
committerUlf Möller <ulf@openssl.org>
Mon, 20 Mar 2000 18:19:38 +0000 (18:19 +0000)
util/selftest.pl

index 91aaaeca9d5c1409dbe1f0b2666ef59a5fd877ca..04b4425d7ef9d0bd78234e88913fda321f7a5100 100644 (file)
@@ -83,7 +83,7 @@ if (open(TEST,">cctest.c")) {
        print OUT "Compiler doesn't work.\n";
        goto err;
     }
-    system("ar r cctest.a");
+    system("ar r cctest.a /dev/null");
     if (not -f "cctest.a") {
        print OUT "Check your archive tool (ar).\n";
        goto err;