diff options
author | Magnus Ahltorp <map@kth.se> | 2016-10-14 16:54:57 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2016-10-14 16:54:57 +0200 |
commit | c8af4e40e0096f60a5cf5039be775ff002619c4d (patch) | |
tree | e059ba998a4624fa950c12e2ca369be30d92c61d /test/scripts/light-system-test-prepare.sh | |
parent | c1dfe32e2ba948e62535102ab6dbafa60c3c6eda (diff) |
Test failing merge backup
Refactor tests
Diffstat (limited to 'test/scripts/light-system-test-prepare.sh')
-rwxr-xr-x | test/scripts/light-system-test-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test-prepare.sh b/test/scripts/light-system-test-prepare.sh index 79785c1..466f3aa 100755 --- a/test/scripts/light-system-test-prepare.sh +++ b/test/scripts/light-system-test-prepare.sh @@ -7,7 +7,7 @@ SOFTHSM=/usr/local/bin/softhsm2-util top_srcdir=$(cd $(dirname $0)/../..; pwd) -. ${top_srcdir}/test/test.shvars +. ${top_srcdir}/test/scripts/testutils.sh createca () { mkdir httpsca |