From: Daniel Stenberg Date: Thu, 1 May 2008 10:51:16 +0000 (+0000) Subject: do variable replacement in the stdout data read from the test case X-Git-Tag: curl-7_18_2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2531da244f4756c6652c627651bec7f0e91690;p=thirdparty%2Fcurl.git do variable replacement in the stdout data read from the test case --- diff --git a/tests/runtests.pl b/tests/runtests.pl index f0830744e3..664098971d 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");