[xmlsec] fix typo in tests
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] fix typo in tests
- Date: Fri, 14 May 2010 02:28:40 +0000 (UTC)
commit 4ac0424f8a8911f81f877e975dbc30b658f0723c
Author: Aleksey Sanin <aleksey aleksey com>
Date: Wed May 12 16:34:20 2010 -0700
fix typo in tests
tests/testrun.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/testrun.sh b/tests/testrun.sh
index d72d868..503f271 100755
--- a/tests/testrun.sh
+++ b/tests/testrun.sh
@@ -51,7 +51,7 @@ fi
crypto_config=$TMPFOLDER/xmlsec-crypto-config
keysfile=$crypto_config/keys.xml
if [ "z$XMLSEC_DEFAULT_CRYPTO" != "z" ] ; then
- crypto="$XMLSEC_DEFAULT_CRYPTO"
+ xmlsec_params="$xmlsec_params --crypto $XMLSEC_DEFAULT_CRYPTO"
elif [ "z$crypto" != "z" ] ; then
xmlsec_params="$xmlsec_params --crypto $crypto"
fi
@@ -65,7 +65,7 @@ cert_format=$file_format
#
# GCrypt only supports DER format for now, others are good to go with PKCS12
-#
+#
if [ "z$crypto" != "zgcrypt" ] ; then
priv_key_option="--pkcs12"
priv_key_format="p12"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]