summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/test/treq
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/test/treq')
-rw-r--r--crypto/openssl/test/treq5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/openssl/test/treq b/crypto/openssl/test/treq
index 0464c9d..9f5eb7e 100644
--- a/crypto/openssl/test/treq
+++ b/crypto/openssl/test/treq
@@ -11,6 +11,11 @@ else
t=testreq.pem
fi
+if $cmd -in $t -inform p -noout -text | fgrep 'Unknown Public Key'; then
+ echo "skipping req conversion test for $t"
+ exit 0
+fi
+
echo testing req conversions
cp $t fff.p
OpenPOWER on IntegriCloud