aboutsummaryrefslogtreecommitdiffstats
path: root/testing/git-secret/makefile.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-08 06:48:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-08 08:03:40 -0300
commita45361a1e7405b882f64857c1fde61f7daba8589 (patch)
tree89f6d03c7cca538fe38e2e5dd8c8e16e520a0546 /testing/git-secret/makefile.patch
parentfd2996bace7d85473984e362f044ca2ce3c99faa (diff)
downloadaports-a45361a1e7405b882f64857c1fde61f7daba8589.tar.bz2
aports-a45361a1e7405b882f64857c1fde61f7daba8589.tar.xz
testing/git-secret: upgrade to 0.2.6
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"
-
- #