Force the removal.
[openssl.git] / test / trsa
index e5b8fe0448eb90ce8c3199780880db8ecf7e4b50..413e2ec0a0cd49ecbd924f5f80477f21f283612c 100644 (file)
--- a/test/trsa
+++ b/test/trsa
@@ -1,9 +1,18 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 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