From 8a9c8a65cb0725902dd27030ef741bab0f286a35 Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Thu, 1 Sep 2022 12:19:46 +0200
Subject: [PATCH] Fix cmdline in HOPPER check

---
 v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in b/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in
index 05aaeb56..aecb18ba 100755
--- a/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in
+++ b/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in
@@ -38,7 +38,7 @@ $ret = system("$cmd");
 if ( $ret ) {die "fnlo-tk-hoppetastest2: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
 
 # Evaluate, keep only result lines
-$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ HOPPET _ _ 5 2 0.1185 _ | tail -4 > hoppetastest2.log";
+$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ HOPPET _ _ _ 5 2 0.1185 _ | tail -4 > hoppetastest2.log";
 print "Executing command: $cmd\n";
 $ret = system("$cmd");
 if ( $ret ) {die "fnlo-tk-hoppetastest2: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
-- 
GitLab