mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
do variable replacement in the stdout data read from the test case
This commit is contained in:
parent
848a13654d
commit
7b2531da24
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue