summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-10 10:49:28 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-28 20:58:59 +0200
commit080526f4e4dc713d95494744344dac37aaf69b0e (patch)
treef47ed3342bd9d852a80311736d49e5a29b2a30a0 /t
parent7e61200dc4867f5b25d44c0d4d62ebb6525be1fa (diff)
downloadurpmi-080526f4e4dc713d95494744344dac37aaf69b0e.tar
urpmi-080526f4e4dc713d95494744344dac37aaf69b0e.tar.gz
urpmi-080526f4e4dc713d95494744344dac37aaf69b0e.tar.bz2
urpmi-080526f4e4dc713d95494744344dac37aaf69b0e.tar.xz
urpmi-080526f4e4dc713d95494744344dac37aaf69b0e.zip
check & report where genhdlist2 is
Diffstat (limited to 't')
-rw-r--r--t/02create_pkgs.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index d9729e64..c0af4f3f 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -16,6 +16,10 @@ 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);
+$whereis_genhdlist2 =~ s/^genhdlist2:\s+//;
+ok("whereis genhdlist2", "genhdlist2 emplacement=$whereis_genhdlist2");
+
# locally build test rpms
foreach my $dir (grep { -d $_ } glob("data/SPECS/*")) {