1
0
Fork 0
mirror of synced 2024-06-18 05:31:09 -04:00

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

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: