aboutsummaryrefslogtreecommitdiffstats
path: root/t_install_iso/013_check_rpms.t
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-10 17:29:07 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-10 17:29:07 +0000
commitfa4a16119ca7e744aee9b29b8a70ce01aa2516f0 (patch)
tree6cd442236f6668bd1689577b55af78e4a037c5fb /t_install_iso/013_check_rpms.t
parent73301e163a277eae7fd8270cff2cf6277ac925a1 (diff)
downloadisocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar
isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.gz
isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.bz2
isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.tar.xz
isocheck-fa4a16119ca7e744aee9b29b8a70ce01aa2516f0.zip
coding style update (perl_checker)
Diffstat (limited to 't_install_iso/013_check_rpms.t')
-rw-r--r--t_install_iso/013_check_rpms.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_install_iso/013_check_rpms.t b/t_install_iso/013_check_rpms.t
index b87f4a0..f7c9a7a 100644
--- a/t_install_iso/013_check_rpms.t
+++ b/t_install_iso/013_check_rpms.t
@@ -38,7 +38,7 @@ while ($pkg = <$list>) {
$sign = '';
chomp($pkg);
$sign = `rpm -K $pkg | grep 'gpg OK'`;
- ok ($sign, "$pkg is correctly signed.");
+ ok $sign, "$pkg is correctly signed.";
$valid = 0 if !$sign;
}