summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 17:02:58 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 17:02:58 +0200
commite3753ad237fff9e2b4a04b585f7faa01e5b78183 (patch)
tree51164bcf7ebfd17371466852394d9e3b3268dcfd /tests
parentaaca9ce9927d9ea1568dfa89ba05a41b40333e9b (diff)
parent9af598f85cec93d40218656bc34d01690fe635e7 (diff)
downloadlasso-e3753ad237fff9e2b4a04b585f7faa01e5b78183.tar.gz
lasso-e3753ad237fff9e2b4a04b585f7faa01e5b78183.tar.xz
lasso-e3753ad237fff9e2b4a04b585f7faa01e5b78183.zip
Merge branch 'hotfixes-2.3.1' into develop
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/saml2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/saml2/__init__.py b/tests/integration/saml2/__init__.py
index 0080258f..800db3ee 100644
--- a/tests/integration/saml2/__init__.py
+++ b/tests/integration/saml2/__init__.py
@@ -25,7 +25,7 @@ if os.path.exists(CONFIG_FILE):
# Combine default and configuration file
AUTHENTIC_SRCDIR = CONFIG.get('AUTHENTIC_SRCDIR') or '/usr/local/src/authentic'
AUTHENTICCTL = CONFIG.get('AUTHENTICCTL') or '/usr/sbin/authenticctl.py'
-AUTHENTIC_DATA_DIR = CONFIG.get('AUTHENTIC_DATA_DIR') or '/usr/share/authentic/'
+AUTHENTIC_DATADIR = CONFIG.get('AUTHENTIC_DATADIR') or '/usr/share/authentic/'
LCSCTL = CONFIG.get('LCSCTL') or '/usr/sbin/lcsctl.py'
LCS_DATADIR = CONFIG.get('LCS_DATADIR') or '/usr/share/lcs/'
LASSO_BUILDDIR = os.environ.get('LASSO_BUILDDIR') or \