diff --git a/tests/runtests.pl b/tests/runtests.pl index f0830744e3e5ded2ffb2d282a7538a46089d3349..664098971dc6430fe2423e04e10336ad2b8072b0 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2180,6 +2180,9 @@ sub singletest { # verify redirected stdout my @actual = loadarray($STDOUT); + # variable-replace in the stdout we have from the test case file + @validstdout = fixarray(@validstdout); + # get all attributes my %hash = getpartattr("verify", "stdout");