Force the removal.
[openssl.git] / test / trsa
index a7a624978f329225a346185611581a4891777d00..413e2ec0a0cd49ecbd924f5f80477f21f283612c 100644 (file)
--- a/test/trsa
+++ b/test/trsa
@@ -1,12 +1,14 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
-if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then
-  echo openssl rsa command available
-else
-  echo openssl rsa command not available, skipping test
+if ../apps/openssl no-rsa; then
+  echo skipping rsa conversion test
   exit 0
 fi