aboutsummaryrefslogtreecommitdiffstats
path: root/t/000_test_env.t
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-10 19:28:30 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-10 19:28:30 +0000
commit1e65efa6a3d996c34c902f2b04257307c2175776 (patch)
tree635ae0d5dc31d6bf186b0dc50a8d510d49474f2e /t/000_test_env.t
parentfa4a16119ca7e744aee9b29b8a70ce01aa2516f0 (diff)
downloadisocheck-1e65efa6a3d996c34c902f2b04257307c2175776.tar
isocheck-1e65efa6a3d996c34c902f2b04257307c2175776.tar.gz
isocheck-1e65efa6a3d996c34c902f2b04257307c2175776.tar.bz2
isocheck-1e65efa6a3d996c34c902f2b04257307c2175776.tar.xz
isocheck-1e65efa6a3d996c34c902f2b04257307c2175776.zip
more code style fixes (perl_checker & tv)
Diffstat (limited to 't/000_test_env.t')
-rw-r--r--t/000_test_env.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/000_test_env.t b/t/000_test_env.t
index 9ad445d..cf7abc2 100644
--- a/t/000_test_env.t
+++ b/t/000_test_env.t
@@ -30,7 +30,7 @@ my ($image_path) = @ARGV;
is($ENV{USERNAME}, 'root', "Current user is root.");
# TODO move this elsewhere maybe?
-sub pkg_check { my ($pkg) = @_; return system("rpm -q $pkg >/dev/null"); }
+sub pkg_check { my ($pkg) = @_; return system("rpm -q $pkg >/dev/null") }
my @packages = qw(cdrkit cdrkit-isotools gnupg);