# HG changeset patch # User Sergey Kandaurov # Date 1396971074 -14400 # Node ID c24d1c0b4c7349f0a1b89781874f8c15a460bedf # Parent 3d4506565f4330a44f66d8cb8f8856f4893d7318 Tests: fixed invocation of has_daemon(). diff --git a/mp4.t b/mp4.t --- a/mp4.t +++ b/mp4.t @@ -23,7 +23,8 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new()->has(qw/http mp4/)->has_daemon('ffprobe ffmpeg') +my $t = Test::Nginx->new()->has(qw/http mp4/)->has_daemon('ffprobe') + ->has_daemon('ffmpeg') ->plan(14)->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%