aports/testing/git-secret/makefile.patch
Mateusz Gozdek c356cce426 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>
2019-04-19 02:08:07 +03:00

16 lines
333 B
Diff

--- 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"
#