From 607e4d3e521d2dbb38db2e36413d358242267bb0 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Tue, 18 Nov 2014 02:30:32 -0800 Subject: [PATCH] sharness tests back to cmd/ipfs --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 6e08d5947..100401f03 100644 --- a/test/Makefile +++ b/test/Makefile @@ -32,8 +32,8 @@ $(SHARNESS): ipfs: @echo "*** installing $@ ***" mkdir -p bin - cd ../cmd/ipfs2 && go build - cp ../cmd/ipfs2/ipfs2 bin/ipfs + cd ../cmd/ipfs && go build + cp ../cmd/ipfs/ipfs bin/ipfs random: @echo "*** installing $@ ***"