diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index f0830744e..664098971 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"); |