Subject: | tests fail- $port not initialized in 14security.t |
When running 'dmake test' the tests fail with this output:
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0,
'blib\lib', 'blib\arch')" t/*.t
t/01basic.t ......
t/01basic.t ...... 1/4
Compiled against: libxslt 10126, libxml2 20703
Running: libxslt 10126, libxml2 20703
Compiled with EXSLT: yes
t/01basic.t ...... ok
t/02dromeds.t .... ok
t/03input.t ...... ok
t/04params.t ..... ok
t/05quick.t ...... ok
t/06entities.t ... ok
t/06output.t ..... ok
t/07blankdoc.t ... ok
t/08literal.t .... ok
t/09exslt.t ...... ok
t/10functions.t .. ok
t/11utf8.t ....... ok
t/12import.t ..... ok
t/13error.t ...... ok
t/14security.t ... 1/26 Use of uninitialized value $port in
concatenation (.) or
string at t/14security.t line 197.
# Failed test 24 in t/14security.t at line 203
# t/14security.t line 203 is: ok($@ =~ /unable to save to \Q$file\E/);
t/14security.t ... Failed 1/26 subtests
t/15misc.t ....... ok
Test Summary Report
-------------------
t/14security.t (Wstat: 0 Tests: 26 Failed: 1)
Failed test: 24
Files=16, Tests=231, 9 wallclock secs ( 0.33 usr + 0.27 sys = 0.59
CPU)
Result: FAIL
Failed 1/16 test programs. 1/231 subtests failed.
dmake: Error code 255, while making 'test_dynamic'