From 4213c3f7987b5f2a01fb12049ae7d5b84645640d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 6 Oct 2016 16:54:24 +0200 Subject: Specify where to source test.shvars from ('./'). For people without '.' in PATH. --- test/scripts/light-system-test-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts/light-system-test-prepare.sh') diff --git a/test/scripts/light-system-test-prepare.sh b/test/scripts/light-system-test-prepare.sh index b864b12..e5d1f81 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 INSTDIR=../catlfish PREFIX=.. -. test.shvars +. ./test.shvars createca () { mkdir ${INSTDIR}/tests/httpsca -- cgit v1.1