diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-12-11 15:53:06 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-12-11 15:53:06 +0000 |
commit | 22c137a43c56a0136c51690d75add85d9e9d55f9 (patch) | |
tree | b6e85b77340964118cd74ba3ae5eb57af884efc5 | |
parent | 3d65a688820ffac462950fdb03c94aa8af84916e (diff) | |
download | isocheck-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.t | 1 |
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; |