Test for SCO bc bug
[openssl.git] / test / trsa
index e5b8fe0448eb90ce8c3199780880db8ecf7e4b50..bd6c07650a5b69efbedc1b36fb8946d221bd265d 100644 (file)
--- a/test/trsa
+++ b/test/trsa
@@ -3,7 +3,12 @@
 PATH=../apps:$PATH
 export PATH
 
-cmd='../apps/ssleay rsa'
+if ../apps/openssl no-rsa; then
+  echo skipping rsa conversion test
+  exit 0
+fi
+
+cmd='../apps/openssl rsa'
 
 if [ "$1"x != "x" ]; then
        t=$1