Force the removal.
[openssl.git] / test / trsa
index d6a4dd826d7be8c541b3e6a9bc0d98f8630c2f84..413e2ec0a0cd49ecbd924f5f80477f21f283612c 100644 (file)
--- a/test/trsa
+++ b/test/trsa
@@ -1,8 +1,17 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
+if ../apps/openssl no-rsa; then
+  echo skipping rsa conversion test
+  exit 0
+fi
+
 cmd='../apps/openssl rsa'
 
 if [ "$1"x != "x" ]; then