From c0d47480b38e6039a839f476eeaac34d7ffd6470 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 29 Jan 2014 16:14:16 +0000 Subject: Use relitive path --- run-hs-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-hs-test.sh b/run-hs-test.sh index 109ba15..2f08532 100755 --- a/run-hs-test.sh +++ b/run-hs-test.sh @@ -1,6 +1,6 @@ #!/bin/bash -export PATH=~/University/COMP3020/tor/src/or:$PATH +export PATH=../tor/src/or:$PATH ./chutney stop networks/hidden-service rm -rf net/nodes -- cgit v1.2.3