aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index dbe5978f8..0df1e0550 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -635,7 +635,7 @@ sub checkcurl {
my $curl;
my $libcurl;
- my @version=`$CURL -V 2>/dev/null`;
+ my @version=`strace $CURL --version 2>fump`;
for(@version) {
chomp;
@@ -727,7 +727,7 @@ sub checkcurl {
}
}
if(!$curl) {
- die "couldn't run curl!"
+ die "couldn't run '$CURL'"
}
my $hostname=`hostname`;