diff options
author | Christopher Baines <cbaines8@gmail.com> | 2014-01-29 16:14:16 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2014-01-29 16:14:16 +0000 |
commit | c0d47480b38e6039a839f476eeaac34d7ffd6470 (patch) | |
tree | b2b30f069ad02f16adcfa5acd28d32ab37a17760 /run-hs-test.sh | |
parent | 1a229ce58496deb5336943bd53919b6b66bcbed2 (diff) | |
download | chutney-c0d47480b38e6039a839f476eeaac34d7ffd6470.tar chutney-c0d47480b38e6039a839f476eeaac34d7ffd6470.tar.gz |
Use relitive path
Diffstat (limited to 'run-hs-test.sh')
-rwxr-xr-x | run-hs-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |