Subject: | Tests fail if wget is not installed |
The unit tests fail if "wget" is not installed, or not in the current
path.
For eg, see t/01_basic_request.t
my $out = `wget http://localhost:19090/test -O/tmp/anyevent_httpd_test
Show quoted text
2>&1 >/dev/null`;