test: really no need for relative path to gx deps
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Jul 2, 2016 at 22:08 UTC
afda38f201d44c02afc78566a41e373b98358c6b
1 file changed
+1
-1
test/Makefile
+1
-1
@@ -7,7 +7,7 @@ RANDOM_FILES_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random-files
7
POLLENDPOINT_SRC= ../thirdparty/pollEndpoint
8
GOSLEEP_SRC = ./dependencies/go-sleep
9
10
-GX_RELATIVE_PATH = ../../../../gx/ipfs
10
+GX_RELATIVE_PATH = gx/ipfs
11
12
export PATH := ../bin:${PATH}
13