Test infrastructure additions.
[oweals/openssl.git] / test / x509_internal_test.c
index df88f890a8296afeccd0151384a87b946eee2ca1..d602efc57f50aeee5ed2383d59cdca3053a7d07f 100644 (file)
@@ -42,7 +42,7 @@ static int test_standard_exts()
     }
     if (!good) {
         tmp = standard_exts;
-        fprintf(stderr, "Extensions out of order!\n");
+        TEST_error("Extensions out of order!");
         for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
             fprintf(stderr, "%d : %s\n", (*tmp)->ext_nid,
                     OBJ_nid2sn((*tmp)->ext_nid));