summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/02create_pkgs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index 56c33ebb..eaa52680 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -18,7 +18,7 @@ foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) {
}
my $genhdlist2 = 'genhdlist2 --xml-info';
-my $whereis_genhdlist2 = qx(whereis -b genhdlist2);
+my $whereis_genhdlist2 = `whereis -b genhdlist2`;
$whereis_genhdlist2 =~ s/^genhdlist2:\s+//;
ok("whereis genhdlist2", "genhdlist2 emplacement=$whereis_genhdlist2");