Unset GPG_AGENT_INFO while tests are running
This commit is contained in:
parent
d55725eafa
commit
bd3ed72ee8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ test: bats shellcheck
|
||||||
.PHONY: bats
|
.PHONY: bats
|
||||||
bats:
|
bats:
|
||||||
@echo Running all bats tests
|
@echo Running all bats tests
|
||||||
@bats test
|
@GPG_AGENT_INFO= bats test
|
||||||
|
|
||||||
.PHONY: shellcheck
|
.PHONY: shellcheck
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
Loading…
Reference in a new issue