aboutsummaryrefslogtreecommitdiffstats
path: root/testing/git-secret/makefile.patch
blob: 3f049658eab9a677779502d1b6226d811104cee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile
+++ b/Makefile
@@ -40,10 +40,10 @@ install-test:
 	fi
 
 .PHONY: test
-test: install-test clean build
+test: build
 	@chmod +x "./utils/tests.sh"; sync; \
 	export SECRET_PROJECT_ROOT="${PWD}"; \
-	export PATH="${PWD}/vendor/bats-core/bin:${PWD}:${PATH}"; \
+	export PATH="${PWD}:${PATH}"; \
 	"./utils/tests.sh"
 
 #