summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-07 09:50:08 +1100
committerDamien Miller <djm@mindrot.org>2011-01-07 09:50:08 +1100
commit322125b9603cab2c70e827ae83d332cb6575e399 (patch)
treebe55fcdab0dbd2fef8de49508640bb96ef8ad5b9 /regress/cert-hostkey.sh
parent8ad960b4ba8d076e38587e4d5e57db92d395c4f3 (diff)
downloadopenssh-git-322125b9603cab2c70e827ae83d332cb6575e399.tar.gz
- (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell test
for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com
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 1ae5d0bd..c23a41c6 100644
--- a/regress/cert-hostkey.sh
+++ b/regress/cert-hostkey.sh
@@ -5,7 +5,7 @@ tid="certified host keys"
# used to disable ECC based tests on platforms without ECC
ecdsa=""
-if "$TEST_SSH_ECC" = "yes"; then
+if test "x$TEST_SSH_ECC" = "xyes"; then
ecdsa=ecdsa
fi