From ba81bf24d8df5153830f06deb7c2b780fe5c292f Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 10 Dec 2024 14:06:06 -0500 Subject: GPG verification --- t/11-git.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/11-git.t') diff --git a/t/11-git.t b/t/11-git.t index b8025f1..0322872 100755 --- a/t/11-git.t +++ b/t/11-git.t @@ -7,7 +7,7 @@ use Test::More; use Capture::Tiny qw/ capture_merged /; use FindBin '$RealBin'; use lib $RealBin; -use Test::Sbotools qw/ set_repo sbosnap /; +use Test::Sbotools qw/ set_gpg_verify set_repo sbosnap /; if ($ENV{TEST_INSTALL}) { plan tests => 5; @@ -65,6 +65,7 @@ git config --system --add safe.directory /tmp/gitrepo/.git END } +set_gpg_verify('FALSE'); set_repo("/tmp/gitrepo/"); # 1: sbosnap get initial repo -- cgit v1.2.3