Skip to content

Commit 107e85f

Browse files
committed
WIP
1 parent 52437f0 commit 107e85f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/01_run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ subtest 'process execute()' => sub {
137137
my $test_script_sigtrap = check_bin("$FindBin::Bin/data/term_trap.sh");
138138
my $p = Mojo::IOLoop::ReadWriteProcess->new(
139139
sleeptime_during_kill => $interval,
140-
execute => $test_script
141-
)->start();
140+
execute => 'bash',
141+
)->args($test_script)->start();
142142
is $p->getline, "TEST normal print\n", 'Get right output from stdout';
143143
is $p->err_getline, "TEST error print\n", 'Get right output from stderr';
144144
is $p->is_running, 1, 'process is still waiting for our input';

0 commit comments

Comments
 (0)