diff options
| -rwxr-xr-x | feature-tests/auto-testing.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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(), | 
