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.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/git-secret/makefile.patch b/testing/git-secret/makefile.patch
deleted file mode 100644
index 3f049658ea..0000000000
--- a/testing/git-secret/makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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"
-
- #