diff options
Diffstat (limited to 't/28-race-sboremove.t')
-rwxr-xr-x | t/28-race-sboremove.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/28-race-sboremove.t b/t/28-race-sboremove.t index 3c7e026..65eaa5d 100755 --- a/t/28-race-sboremove.t +++ b/t/28-race-sboremove.t @@ -10,7 +10,7 @@ use Capture::Tiny qw/ capture_merged /; use File::Temp 'tempdir'; use Cwd; use feature 'state'; -use Test::Sbotools qw/ set_repo set_lo sboinstall sbosnap load /; +use Test::Sbotools qw/ set_repo set_lo sboconfig sboinstall sbosnap load /; if ($ENV{TEST_INSTALL}) { plan tests => 2; @@ -31,6 +31,8 @@ git add test git commit -m 'first commit' GIT set_repo("file://$tempdir"); + +sboconfig qw/ --gpg-key FALSE /, { test => 0 }; sbosnap 'fetch', { test => 0 }; # install the readme slackbuild |