From 4213c3f7987b5f2a01fb12049ae7d5b84645640d Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
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-stop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/scripts/light-system-test-stop.sh')

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()"
-- 
cgit v1.1