From 652e5cbb57bde8a1adc3c44f9c2819b3823090f7 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 19 Feb 2011 17:09:16 +0000 Subject: fix for program args: make it a reference --- feature-tests/auto-testing.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feature-tests/auto-testing.pl') diff --git a/feature-tests/auto-testing.pl b/feature-tests/auto-testing.pl index c7d9178..61e460c 100755 --- a/feature-tests/auto-testing.pl +++ b/feature-tests/auto-testing.pl @@ -107,7 +107,7 @@ sub handle_start { # Start the asynchronous child process. $heap->{program} = POE::Wheel::Run->new( Program => PROGRAM, - ProgramArgs => qw/--noconnect/, + ProgramArgs => [qw/--noconnect/], Conduit => "pty", StdoutEvent => "got_child_stdout", StdioFilter => POE::Filter::Stream->new(), -- cgit v1.2.3