From b6390054fe18c2dee2603c00e8998a756d475a69 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 26b8b5b1ba65..11c380814be7 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}