X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=blobdiff_plain;f=t%2FCatalyst-Engine-Stomp.t;fp=t%2FCatalyst-Engine-Stomp.t;h=58c1e778906ff241824ced8da6751e4fccfb8d42;hp=0739f29422e128d9acad898cf7129e9caca6e899;hb=68e73c9f66beb49890b4609af4d85222c3076aca;hpb=d78bb7396376e6aa61c92a51420554476122d1f3 diff --git a/t/Catalyst-Engine-Stomp.t b/t/Catalyst-Engine-Stomp.t index 0739f29..58c1e77 100644 --- a/t/Catalyst-Engine-Stomp.t +++ b/t/Catalyst-Engine-Stomp.t @@ -23,7 +23,7 @@ else { # First fire off the server $SIG{CHLD} = 'IGNORE'; unless (fork()) { - system("CATALYST_DEBUG=0 $^X -Ilib -Itestapp/lib testapp/script/testapp_stomp.pl --oneshot"); + system("CATALYST_DEBUG=0 $^X -Ilib -Itestapp/lib testapp/script/stomptestapp_stomp.pl --oneshot"); exit 0; } print STDERR "server started, waiting for spinup...";