Subject: | make test |
make test fails because t/lib/TestCGIBin/root/cgi-bin/test.sh is not
executable.
Running make for R/RK/RKITOVER/Catalyst-Controller-WrapCGI-0.018.tar.gz
Has already been unwrapped into directory
/crypt/rob/.cpan/build/Catalyst-Controller-WrapCGI-0.018-wnrt9o
CPAN.pm: Going to build
R/RK/RKITOVER/Catalyst-Controller-WrapCGI-0.018.tar.gz
cp lib/CatalystX/GlobalContext.pm blib/lib/CatalystX/GlobalContext.pm
cp lib/Catalyst/Controller/WrapCGI.pm
blib/lib/Catalyst/Controller/WrapCGI.pm
cp lib/Catalyst/Controller/CGIBin.pm
blib/lib/Catalyst/Controller/CGIBin.pm
Manifying blib/man3/CatalystX::GlobalContext.3pm
Manifying blib/man3/Catalyst::Controller::CGIBin.3pm
Manifying blib/man3/Catalyst::Controller::WrapCGI.3pm
RKITOVER/Catalyst-Controller-WrapCGI-0.018.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/cgibin.t
t/cgibin_root.t t/env.t t/global-context.t t/pod.t t/wrap-cgi.t
t/00-load.t ......... 1/3 # Testing Catalyst::Controller::WrapCGI 0.018,
Perl 5.010000, /usr/bin/perl
t/00-load.t ......... ok
t/cgibin.t .......... 1/8 Can't exec
"/crypt/rob/.cpan/build/Catalyst-Controller-WrapCGI-0.018-wnrt9o/t/lib/TestCGIBin/root/cgi-bin/test.sh":
Permission denied at
/crypt/rob/.cpan/build/Catalyst-Controller-WrapCGI-0.018-wnrt9o/blib/lib/Catalyst/Controller/CGIBin.pm
line 306.
# Failed test 'Non-Perl CGI File'
# at t/cgibin.t line 65.
# got: '<html>
# <head><title>An Error Occurred</title></head>
# <body>
# <h1>An Error Occurred</h1>
# <p>500 Internal Server Error</p>
# </body>
# </html>
# '
# expected: 'Hello!
# '
# Looks like you failed 1 test of 8.
t/cgibin.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
t/cgibin_root.t ..... ok
t/env.t ............. ok
t/global-context.t .. ok
t/pod.t ............. ok
t/wrap-cgi.t ........ 1/7 Use of uninitialized value in pattern match
(m//) at (eval 370) line 4.
t/wrap-cgi.t ........ ok
Test Summary Report
-------------------
t/cgibin.t (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 8
Non-zero exit status: 1
Files=7, Tests=26, 3 wallclock secs ( 0.03 usr 0.02 sys + 3.21 cusr
0.25 csys = 3.51 CPU)
Result: FAIL
Failed 1/7 test programs. 1/26 subtests failed.
make: *** [test_dynamic] Error 255
RKITOVER/Catalyst-Controller-WrapCGI-0.018.tar.gz
/usr/bin/make test -- NOT OK