From bd3ed72ee816dc2cd45dee9f6b08122a6eb7a6e0 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 8 Jun 2016 08:33:05 -0500 Subject: [PATCH] Unset GPG_AGENT_INFO while tests are running --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3ecd74..39242f0 100644 --- a/Makefile +++ b/Makefile @@ -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: