Subject: | Tests fail on Windows systems (slash vs. backslash) |
On a Win7 system with StrawberryPerl 5.26.0 I see the following test failure:
...
# Failed test 'src.pod found'
# at t/020-finder.t line 23.
# got: 't\simple\src.pod'
# expected: 't/simple/src.pod'
# Failed test 'Test::Module found'
# at t/020-finder.t line 26.
# got: 't\simple\lib\Test\Module.pm'
# expected: 't/simple/lib/Test/Module.pm'
# Failed test 'Test/Module.pm found'
# at t/020-finder.t line 29.
# got: 't\simple\lib\Test\Module.pm'
# expected: 't/simple/lib/Test/Module.pm'
# Failed test 'maps are built'
# at t/020-finder.t line 31.
# Structures begin differing at:
# $got->{Test/Module.pm} = 't\simple\lib\Test\Module.pm'
# $expected->{Test/Module.pm} = 't/simple/lib/Test/Module.pm'
# Failed test 'all expected templates are in place'
# at t/020-finder.t line 47.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'cont'
# Looks like you failed 5 tests of 10.
t/020-finder.t ...
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/10 subtests
...