diff --git a/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in b/v2.5/toolkit/check/fnlo-tk-hoppetastest2.pl.in index 05aaeb56ff1bb99b80c6be1255f51a118476fa23..aecb18ba3af314240b6422c4761683a7154d03f4 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";}