From a433ac28e50873ff7f61fd0f837e2722246222b4 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <ian@well-typed.com>
Date: Fri, 18 Jan 2013 11:46:49 +0000
Subject: [PATCH] Fix tests when BINDIST=YES

---
 tests/hpcrun.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/hpcrun.pl b/tests/hpcrun.pl
index 1cd955b..88fef33 100644
--- a/tests/hpcrun.pl
+++ b/tests/hpcrun.pl
@@ -33,7 +33,7 @@ system ($HPC, "report", "$binary.tix");
 print "\n\n";
 system ($HPC, "report", "$binary.tix", "--per-module");
 print "\n\n";
-open(MARKUP, "-|", "$HPC markup $binary.tix");
+open(MARKUP, "-|", $HPC, "markup", "$binary.tix");
 while(<MARKUP>) {
   my $line = $_;
   print $line;
-- 
GitLab