From fa4a16119ca7e744aee9b29b8a70ce01aa2516f0 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 10 Dec 2011 17:29:07 +0000 Subject: coding style update (perl_checker) --- t_install_iso/013_check_rpms.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't_install_iso/013_check_rpms.t') 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; } -- cgit v1.2.1