Subject: | "prove" may be called differently in bleadperl installations |
Running the test suite on a perl 5.23.5 system generates the following failure:
Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder Verzeichnis nicht gefunden
# Failed test 'Generate HTML for TAP with section names that lead to illegal file names'
# at t/dot_section.t line 30.
# ''
# doesn't match '(?^:autogenerated_filename__dot_</a>)'
Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder Verzeichnis nicht gefunden
# Failed test 'Generate HTML for TAP with section names that contain dots but don't lead to illegal file names'
# at t/dot_section.t line 31.
# ''
# doesn't match '(?^:some.section</a>)'
# Looks like you failed 2 tests of 5.
t/dot_section.t ........................................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
prove exists for this perl, but it has a "5.23.5" suffix, which is the default if perl is built with -Dusedevel (I think):
$ ls -l /bbbike/perl-5.23.5t/bin/prove*
-rwxr-xr-x 1 root root 13588 Nov 24 22:04 /bbbike/perl-5.23.5t/bin/prove5.23.5