Subject: | system() broken in standalone server |
Test only "works" with TEST_HTTP=1 make test
The old skip_all options in t/live_fork.t are obsolete, because the
controller Fork.pm already check the executenrights.
hints:
http://www.nabble.com/System-call-problem-td21091158.html
http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/
Subject: | enable-bug.patch |
--- live_fork.t.orig 2009-02-02 11:37:51.000000000 +0100
+++ live_fork.t 2009-02-02 11:38:06.000000000 +0100
@@ -15,12 +15,6 @@
use lib "$FindBin::Bin/lib";
use Catalyst::Test qw(TestApp);
-plan skip_all => 'Using remote server'
- if $ENV{CATALYST_SERVER};
-
-plan skip_all => 'Skipping fork tests: no /bin/ls'
- if !-e '/bin/ls'; # see if /bin/ls exists
-
plan tests => 13; # otherwise
{