aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-11 15:53:06 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-11 15:53:06 +0000
commit22c137a43c56a0136c51690d75add85d9e9d55f9 (patch)
treeb6e85b77340964118cd74ba3ae5eb57af884efc5
parent3d65a688820ffac462950fdb03c94aa8af84916e (diff)
downloadisocheck-22c137a43c56a0136c51690d75add85d9e9d55f9.tar
isocheck-22c137a43c56a0136c51690d75add85d9e9d55f9.tar.gz
isocheck-22c137a43c56a0136c51690d75add85d9e9d55f9.tar.bz2
isocheck-22c137a43c56a0136c51690d75add85d9e9d55f9.tar.xz
isocheck-22c137a43c56a0136c51690d75add85d9e9d55f9.zip
missing use
-rw-r--r--t_install_iso/016_check_pubkey.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t_install_iso/016_check_pubkey.t b/t_install_iso/016_check_pubkey.t
index 05eed86..edf20cb 100644
--- a/t_install_iso/016_check_pubkey.t
+++ b/t_install_iso/016_check_pubkey.t
@@ -21,6 +21,7 @@
# TODO check pubkeys FIXME this looks like a mess.
# This function get the path of the pubkeys
#
+use MDK::Common;
use Test::Most;
use File::Basename;
use Tools;