From 07e70690e1158dbfec630f1f47f20a2a4db49ab2 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 8 Feb 2019 11:06:41 -0500 Subject: [PATCH] tests: disable gpgsign in the git configuration If the person running the tests has a global configuration to sign git commits, this breaks the testsuite which looks for a key capable of committing dummy data under a dummy author Signed-off-by: Eli Schwartz --- test/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/setup.sh b/test/setup.sh index 589c8c3f..764d4518 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -141,6 +141,7 @@ export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME mkdir aur.git cd aur.git git init -q + git config --local commit.gpgsign false git checkout -q --orphan refs/namespaces/foobar/refs/heads/master