diff options
author | Francis Dupont <fdupont@isc.org> | 2021-03-29 19:05:04 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-03-29 19:05:04 +0200 |
commit | 34d1c0d4bb19f9d9d907a7812783b15ba738a209 (patch) | |
tree | a20948458dfb7b6bec8b531dfbd596d46ccce5dd /src/bin/shell | |
parent | [#1775] Updated configure.ac (diff) | |
download | kea-34d1c0d4bb19f9d9d907a7812783b15ba738a209.tar.xz kea-34d1c0d4bb19f9d9d907a7812783b15ba738a209.zip |
[#1775] Fixed TEST_CA_DIR
Diffstat (limited to 'src/bin/shell')
-rw-r--r-- | src/bin/shell/tests/tls_ca_process_tests.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/shell/tests/tls_ca_process_tests.sh.in b/src/bin/shell/tests/tls_ca_process_tests.sh.in index 7185af4182..ec57a0db3d 100644 --- a/src/bin/shell/tests/tls_ca_process_tests.sh.in +++ b/src/bin/shell/tests/tls_ca_process_tests.sh.in @@ -26,7 +26,7 @@ CFG_FILE="@abs_top_builddir@/src/bin/agent/tests/test_config.json" LOG_FILE="@abs_top_builddir@/src/bin/agent/tests/test.log" # Path to the test certificate authority directory. -TEST_CA_DIR="@abs_top_builddir@/src/lib/asiolink/testutils/ca" +TEST_CA_DIR="@abs_top_srcdir@/src/lib/asiolink/testutils/ca" # Configuration without TLS. CONFIG_NONE="{ |