summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/cryptest.sh')
-rwxr-xr-xTestScripts/cryptest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh
index 2ce39500..01250c73 100755
--- a/TestScripts/cryptest.sh
+++ b/TestScripts/cryptest.sh
@@ -7823,7 +7823,7 @@ if true; then
if command -v wget &>/dev/null; then
FETCH_CMD="wget -q -O"
- elif command -v wget &>/dev/null; then
+ elif command -v curl &>/dev/null; then
FETCH_CMD="curl -s -o"
else
FETCH_CMD="wget-and-curl-not-found"