add missing use statement

This commit is contained in:
Trevor Cooper 2023-05-06 07:56:50 -07:00
parent 7361baef9f
commit f39910d953
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ use base "installedtest";
use strict;
use testapi;
use packagetest;
use utils;
sub run {
my $self = shift;