diff options
Diffstat (limited to 'test/scripts/light-system-test-run-3.sh')
-rwxr-xr-x | test/scripts/light-system-test-run-3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test-run-3.sh b/test/scripts/light-system-test-run-3.sh index c0969e9..d376a53 100755 --- a/test/scripts/light-system-test-run-3.sh +++ b/test/scripts/light-system-test-run-3.sh @@ -7,7 +7,7 @@ SOFTHSM=/usr/local/bin/softhsm2-util INSTDIR=../catlfish PREFIX=.. -. test.shvars +. ./test.shvars (cd ${INSTDIR} && ../tools/merge --config ../test/catlfish-test.cfg --localconfig ../test/catlfish-test-local-merge.cfg) || (echo "Merge failed" ; false) (cd ${INSTDIR}/tests && ../../tools/check-sth.py ${BASEURL} --publickey=keys/logkey.pem --cur-sth=stored-sth --cafile httpsca/demoCA/cacert.pem) |