Unset GPG_AGENT_INFO while tests are running

This commit is contained in:
Tim Byrne 2016-06-08 08:33:05 -05:00
parent d55725eafa
commit bd3ed72ee8
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test: bats shellcheck
.PHONY: bats
bats:
@echo Running all bats tests
@bats test
@GPG_AGENT_INFO= bats test
.PHONY: shellcheck
shellcheck: