diff options
Diffstat (limited to 't/17-find.t')
-rwxr-xr-x | t/17-find.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/17-find.t b/t/17-find.t index c911d4c..149616c 100755 --- a/t/17-find.t +++ b/t/17-find.t @@ -7,12 +7,13 @@ use Test::More; use Capture::Tiny qw/ capture_merged /; use FindBin '$RealBin'; use lib $RealBin; -use Test::Sbotools qw/ make_slackbuilds_txt set_lo sbofind replace_tags_txt set_repo sbosnap /; +use Test::Sbotools qw/ make_slackbuilds_txt set_gpg_verify set_lo sbofind replace_tags_txt set_repo sbosnap /; use File::Temp 'tempdir'; plan tests => 10; make_slackbuilds_txt(); +set_gpg_verify('FALSE'); set_lo("$RealBin/LO"); # 1: basic sbofind testing |