diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-07 17:02:58 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-07 17:02:58 +0200 |
| commit | e3753ad237fff9e2b4a04b585f7faa01e5b78183 (patch) | |
| tree | 51164bcf7ebfd17371466852394d9e3b3268dcfd /tests | |
| parent | aaca9ce9927d9ea1568dfa89ba05a41b40333e9b (diff) | |
| parent | 9af598f85cec93d40218656bc34d01690fe635e7 (diff) | |
| download | lasso-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__.py | 2 |
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 \ |
