1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

runtests.pl: support multiline <postcheck> commands

This commit is contained in:
Dan Fandrich 2017-04-29 10:00:15 +02:00
parent 4da846a41e
commit 2ce86d8509

View File

@ -3793,7 +3793,7 @@ sub singletest {
# run the postcheck command
my @postcheck= getpart("client", "postcheck");
if(@postcheck) {
$cmd = $postcheck[0];
$cmd = join("", @postcheck);
chomp $cmd;
subVariables \$cmd;
if($cmd) {