From 1b26f7c04ceb199bb2b44f371ff6d85abbe8d1eb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 9 Mar 2017 13:57:06 -0800 Subject: [PATCH] Add missing 'use utils' to disk_guided_encrypted_postinstall --- tests/disk_guided_encrypted_postinstall.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/disk_guided_encrypted_postinstall.pm b/tests/disk_guided_encrypted_postinstall.pm index de2237f0..021ed89c 100644 --- a/tests/disk_guided_encrypted_postinstall.pm +++ b/tests/disk_guided_encrypted_postinstall.pm @@ -1,6 +1,7 @@ use base "installedtest"; use strict; use testapi; +use utils; sub run { my $self = shift;