summaryrefslogtreecommitdiffstats
path: root/test/trsa
diff options
context:
space:
mode:
Diffstat (limited to 'test/trsa')
-rw-r--r--test/trsa6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/trsa b/test/trsa
index a7a624978f..bd6c07650a 100644
--- a/test/trsa
+++ b/test/trsa
@@ -3,10 +3,8 @@
PATH=../apps:$PATH
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