Trying to install 0.11 over an existing (and working) 0.10 installation on a redhat 9 box. make test gives the following errors (all other tests are ok):
| t/open_redirect....NOK 5# Failed test (t/open_redirect.t at line 43) | t/open_redirect....ok 7/7# Looks like you failed 1 tests of 7. | t/open_redirect....dubious | Test returned status 1 (wstat 256, 0x100) | DIED. FAILED test 5 | Failed 1/7 tests, 85.71% okay
Any ideas?
John.
Hi!
Trying to install 0.11 over an existing (and working) 0.10 installation on a redhat 9 box. make test gives the following errors (all other tests are ok):
| t/open_redirect....NOK 5# Failed test (t/open_redirect.t at line 43) | t/open_redirect....ok 7/7# Looks like you failed 1 tests of 7. | t/open_redirect....dubious | Test returned status 1 (wstat 256, 0x100) | DIED. FAILED test 5 | Failed 1/7 tests, 85.71% okay
Any ideas?
I get the same, i even updated LWP::UserAgent but no go.
Bye, Raymond.
Raymond Dijkxhoorn wrote:
I get the same, i even updated LWP::UserAgent but no go.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blacklist........ok
t/dnsrbl...........ok
t/mailto...........ok
t/open_redirect....ok
t/spamcopuri.......ok
t/whitelist........ok
All tests successful. Files=6, Tests=28, 6 wallclock secs ( 3.82 cusr + 0.73 csys = 4.55 CPU)
Works for me on Debian.
David
Can you run:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/open_redirect.t
What version of perl are you running?
thanks,
--eric
On Wed, Apr 21, 2004 at 02:12:17PM +0200, Raymond Dijkxhoorn wrote:
Hi!
Trying to install 0.11 over an existing (and working) 0.10 installation on a redhat 9 box. make test gives the following errors (all other tests are ok):
| t/open_redirect....NOK 5# Failed test (t/open_redirect.t at line 43) | t/open_redirect....ok 7/7# Looks like you failed 1 tests of 7. | t/open_redirect....dubious | Test returned status 1 (wstat 256, 0x100) | DIED. FAILED test 5 | Failed 1/7 tests, 85.71% okay
Any ideas?
I get the same, i even updated LWP::UserAgent but no go.
Bye, Raymond.
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss
Hi!
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/open_redirect.t
What version of perl are you running?
Sure.
[root@vmx01 Mail-SpamAssassin-SpamCopURI-0.11]# PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/open_redirect.t t/open_redirect....1..7 ok 1 - redirect rbl is okay - prior to config ok 2 - redirect rbl is bad - post config ok 3 - triple redirect rbl is bad - post config ok 4 - quint redirect rbl is good - post config # Failed test (t/open_redirect.t at line 43) not ok 5 - non 300 response is not defined ok 6 - should return 0 # Looks like you failed 1 tests of 7. ok 7 - yahoo should return 0 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/7 tests, 85.71% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/open_redirect.t 1 256 7 1 14.29% 5 Failed 1/1 test scripts, 0.00% okay. 1/7 subtests failed, 85.71% okay.
Its a RH9 box.
Bye, Raymond.
On Wed, 21 Apr 2004 06:50:43 -0700, Eric Kolve wrote:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/open_redirect.t
I get exactly the same results as Raymond has just posted.
What version of perl are you running?
Perl 5.8.0 (on redhat 9).
John.