From 3bae748256260290a49d6a9a12fe53089854f600 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 18 Jan 2007 18:04:20 +0000 Subject: Added precheck that curl supports the 'openssl' engine in test 307. --- tests/runtests.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index d43657131..bc36a92cb 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1111,6 +1111,7 @@ sub subVariables { $$thing =~ s/%PWD/$pwd/g; $$thing =~ s/%TFTPPORT/$TFTPPORT/g; $$thing =~ s/%TFTP6PORT/$TFTP6PORT/g; + $$thing =~ s/%CURL/$CURL/g; # The purpose of FTPTIME2 and FTPTIME3 is to provide times that can be # used for time-out tests and that whould work on most hosts as these @@ -1226,6 +1227,7 @@ sub singletest { my @precheck = getpart("client", "precheck"); $cmd = $precheck[0]; chomp $cmd; + subVariables \$cmd; if($cmd) { my @o = `$cmd 2>/dev/null`; if($o[0]) { -- cgit v1.2.3