summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cert-hostkey.sh')
-rw-r--r--regress/cert-hostkey.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh
index 1ae5d0bda..c23a41c68 100644
--- a/regress/cert-hostkey.sh
+++ b/regress/cert-hostkey.sh
@@ -5,7 +5,7 @@ tid="certified host keys"
5 5
6# used to disable ECC based tests on platforms without ECC 6# used to disable ECC based tests on platforms without ECC
7ecdsa="" 7ecdsa=""
8if "$TEST_SSH_ECC" = "yes"; then 8if test "x$TEST_SSH_ECC" = "xyes"; then
9 ecdsa=ecdsa 9 ecdsa=ecdsa
10fi 10fi
11 11