summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-06 16:32:39 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-06 16:32:39 +0200
commit08d61d5c959e999c2299cf314afe304b8647af0b (patch)
tree9ff383dafb4b6d3e80ac4c224f99e55d9ccf8370 /tests
parent3f336a8e83515b7136a04361199be082cd3d8555 (diff)
downloadlasso-08d61d5c959e999c2299cf314afe304b8647af0b.tar.gz
lasso-08d61d5c959e999c2299cf314afe304b8647af0b.tar.xz
lasso-08d61d5c959e999c2299cf314afe304b8647af0b.zip
[Tests integration] fix configuration variable name
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 \