summaryrefslogtreecommitdiff
path: root/test/scripts/light-system-test-stop.sh
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-06 16:54:24 +0200
committerLinus Nordberg <linus@nordu.net>2016-10-06 16:54:24 +0200
commit4213c3f7987b5f2a01fb12049ae7d5b84645640d (patch)
tree79dfe66a88f10e673125836ff5f35dd83786540b /test/scripts/light-system-test-stop.sh
parent487b8f49a13215c3b3ec809dc8526522647cede2 (diff)
Specify where to source test.shvars from ('./').
For people without '.' in PATH.
Diffstat (limited to 'test/scripts/light-system-test-stop.sh')
-rwxr-xr-xtest/scripts/light-system-test-stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test-stop.sh b/test/scripts/light-system-test-stop.sh
index 8f3447f..77fd00b 100755
--- a/test/scripts/light-system-test-stop.sh
+++ b/test/scripts/light-system-test-stop.sh
@@ -6,7 +6,7 @@ set -o errexit
INSTDIR=../catlfish
PREFIX=..
-. test.shvars
+. ./test.shvars
for node in ${ERLANGNODES}; do
${PREFIX}/tools/to_catlfish.py to_erl ${INSTDIR}/tests/nodes/${node}/ "init:stop()"