X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_fork.t;h=bd7054efca03af21327d696aef7a982444600f88;hb=3d041c32e1c9ba81fabe6e85c36a9e3ec96f7287;hp=0dfe7f5453c9a1fdd3ad9b07a3d458b6695a9c0a;hpb=a147e337604ac9553bafe7661b03a75d1fbeeca3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_fork.t b/t/live_fork.t index 0dfe7f5..bd7054e 100644 --- a/t/live_fork.t +++ b/t/live_fork.t @@ -15,7 +15,12 @@ use FindBin; use lib "$FindBin::Bin/lib"; use Catalyst::Test qw(TestApp); -plan 'skip_all' if !-e '/bin/ls'; # see if /bin/ls exists +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 {