do variable replacement in the stdout data read from the test case

This commit is contained in:
Daniel Stenberg 2008-05-01 10:51:16 +00:00
parent 848a13654d
commit 7b2531da24
1 changed files with 3 additions and 0 deletions

View File

@ -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");