Skip to content

runtests with custom curl and valgrind fails #11074

Closed
@bagder

Description

@bagder

I did this

$ cd tests
$ ./runtests.pl -c /usr/bin/curl 1
sh: 1: nghttpx -v 2>/dev/null: not found
readline() on closed filehandle $curlh at ./runtests.pl line 2190.

It works if I instead add -n to the command line like:

$ ./runtests.pl -n -c /usr/bin/curl 1

I expected the following

It should work. I can run "valgrind /usr/bin/curl" just fine.

curl/libcurl version

current git master

operating system

This is a reasonably updated Debian Linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions