From afda38f201d44c02afc78566a41e373b98358c6b Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sat, 2 Jul 2016 22:08:50 +0200 Subject: [PATCH] test: really no need for relative path to gx deps License: MIT Signed-off-by: Lars Gierth --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 26b8b5b1b..11c380814 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,7 +7,7 @@ RANDOM_FILES_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random-files POLLENDPOINT_SRC= ../thirdparty/pollEndpoint GOSLEEP_SRC = ./dependencies/go-sleep -GX_RELATIVE_PATH = ../../../../gx/ipfs +GX_RELATIVE_PATH = gx/ipfs export PATH := ../bin:${PATH}