diff options
Diffstat (limited to 'test/functional/cases/260_regex.robot')
-rw-r--r-- | test/functional/cases/260_regex.robot | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/functional/cases/260_regex.robot b/test/functional/cases/260_regex.robot index 9e3b7f9be..87247e84c 100644 --- a/test/functional/cases/260_regex.robot +++ b/test/functional/cases/260_regex.robot @@ -1,15 +1,15 @@ *** Settings *** Test Setup New Setup Test Teardown Normal Teardown -Library ${TESTDIR}/lib/rspamd.py -Resource ${TESTDIR}/lib/rspamd.robot -Variables ${TESTDIR}/lib/vars.py +Library ${RSPAMD_TESTDIR}/lib/rspamd.py +Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot +Variables ${RSPAMD_TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${TESTDIR}/configs/regexp.conf -${MESSAGE} ${TESTDIR}/messages/newlines.eml -${UTF_MESSAGE} ${TESTDIR}/messages/utf.eml -${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat +${CONFIG} ${RSPAMD_TESTDIR}/configs/regexp.conf +${MESSAGE} ${RSPAMD_TESTDIR}/messages/newlines.eml +${UTF_MESSAGE} ${RSPAMD_TESTDIR}/messages/utf.eml +${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat ${RSPAMD_SCOPE} Test |