aboutsummaryrefslogtreecommitdiffstats
path: root/t/000_test_env.t
diff options
context:
space:
mode:
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);