diff options
author | Mateusz Gozdek <mgozdekof@gmail.com> | 2019-04-18 09:54:42 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-19 02:08:07 +0300 |
commit | c356cce42674c0b627adb85c9a0884ae4cea7122 (patch) | |
tree | fa63938d617806c78b508108b6ae8e9847ed754b /testing/git-secret/makefile.patch | |
parent | 3d087765f687f814be88fb8c1eb755abbe933e7d (diff) | |
download | aports-c356cce42674c0b627adb85c9a0884ae4cea7122.tar.bz2 aports-c356cce42674c0b627adb85c9a0884ae4cea7122.tar.xz |
testing/git-secret: update to 0.2.5
* drop passhprase input patch, since it's included in upstream
* rebase remaining patches
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
Diffstat (limited to 'testing/git-secret/makefile.patch')
-rw-r--r-- | testing/git-secret/makefile.patch | 6 |
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" |