Skip to content
Snippets Groups Projects
Commit 7b2531da authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 848a1365
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment