summaryrefslogtreecommitdiffstats
path: root/test/trsa
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 20:31:46 +0000
committerBodo Möller <bodo@openssl.org>2000-03-13 20:31:46 +0000
commit46c4647e3c7e5bd0ba9267091bb18677ee387f52 (patch)
tree1883389c23f38342db0c9a25855abf7cda6ce056 /test/trsa
parentd58d6c27834a71627ab1001c8478de21ccaa8db7 (diff)
"openssl no-..." commands for avoiding the need to grep
"openssl list-standard-commands".
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