1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-29 17:27:22 +00:00

Add missing 'use utils' to disk_guided_encrypted_postinstall

This commit is contained in:
Adam Williamson 2017-03-09 13:57:06 -08:00
parent 115956f4ec
commit 1b26f7c04c

View File

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