$ 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.
The text was updated successfully, but these errors were encountered:
I did this
It works if I instead add
-n
to the command line like: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.
The text was updated successfully, but these errors were encountered: