aboutsummaryrefslogtreecommitdiffstats
path: root/t_install_iso/013_check_rpms.t
diff options
context:
space:
mode:
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;
}