diff options
author | Linus Nordberg <linus@nordu.net> | 2016-10-06 16:54:24 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-10-06 16:54:24 +0200 |
commit | 4213c3f7987b5f2a01fb12049ae7d5b84645640d (patch) | |
tree | 79dfe66a88f10e673125836ff5f35dd83786540b /test/scripts/light-system-test.sh | |
parent | 487b8f49a13215c3b3ec809dc8526522647cede2 (diff) |
Specify where to source test.shvars from ('./').
For people without '.' in PATH.
Diffstat (limited to 'test/scripts/light-system-test.sh')
-rwxr-xr-x | test/scripts/light-system-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test.sh b/test/scripts/light-system-test.sh index 1a60499..58260bd 100755 --- a/test/scripts/light-system-test.sh +++ b/test/scripts/light-system-test.sh @@ -7,7 +7,7 @@ SOFTHSM=/usr/local/bin/softhsm2-util INSTDIR=../catlfish PREFIX=.. -. test.shvars +. ./test.shvars SCRIPTS=${PREFIX}/test/scripts |