mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:44:32 +03:00
runtests.pl: support multiline <postcheck> commands
This commit is contained in:
parent
4da846a41e
commit
2ce86d8509
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue