aboutsummaryrefslogtreecommitdiffstats
path: root/testing/git-secret/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/git-secret/makefile.patch')
-rw-r--r--testing/git-secret/makefile.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/git-secret/makefile.patch b/testing/git-secret/makefile.patch
index a864c95841..3f049658ea 100644
--- a/testing/git-secret/makefile.patch
+++ b/testing/git-secret/makefile.patch
@@ -1,14 +1,14 @@
--- a/Makefile
+++ b/Makefile
-@@ -39,10 +39,10 @@
- git clone https://github.com/sstephenson/bats.git vendor/bats; fi
+@@ -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/bin:${PWD}:${PATH}"; \
+- export PATH="${PWD}/vendor/bats-core/bin:${PWD}:${PATH}"; \
+ export PATH="${PWD}:${PATH}"; \
"./utils/tests.sh"