X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_script_server.t;h=069c5686b1e49458f2b6382e05492775de70c18d;hb=53c6ec790d76534dbc253ae483c109dc086004aa;hp=d93cebb7e95672cd7291d77d9337e8d4b7da95f7;hpb=bc6fa9fc20842a6cb58c8eabbae9efd7de9de691;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_script_server.t b/t/unit_core_script_server.t index d93cebb..069c568 100644 --- a/t/unit_core_script_server.t +++ b/t/unit_core_script_server.t @@ -52,7 +52,7 @@ testOption( [ qw/--follow_symlinks/ ], ['3000', 'localhost', $testopts] ); $testopts = opthash(); $testopts->{background} = 1; testOption( [ qw/--background/ ], ['3000', 'localhost', $testopts] ); - + # Restart stuff requires a threaded perl, apparently. # restart -r -restart --restart -R --restart # restart dly -rd -restartdelay --rdel --restart_delay @@ -81,9 +81,9 @@ sub testOption { # Returns the hash expected when no flags are passed sub opthash { return { 'pidfile' => undef, - 'fork' => undef, - 'follow_symlinks' => undef, - 'background' => undef, - 'keepalive' => undef, + 'fork' => 0, + 'follow_symlinks' => 0, + 'background' => 0, + 'keepalive' => 0, } }