| commit | 109fea7ebae84c8627dd96690904adf540cf3a95 | [log] [tgz] |
|---|---|---|
| author | Sergey Kandaurov <pluknet@nginx.com> | Tue Apr 08 19:31:14 2014 +0400 |
| committer | Sergey Kandaurov <pluknet@nginx.com> | Tue Apr 08 19:31:14 2014 +0400 |
| tree | 07d0d92cbae1d430b529706a1eb3ee02586371e2 | |
| parent | 1466b9384c7d8c89efdc79fc9e300280f8f3a92e [diff] |
Tests: fixed invocation of has_daemon().
diff --git a/mp4.t b/mp4.t index 57ec1ca..c6096cb 100644 --- a/mp4.t +++ b/mp4.t
@@ -23,7 +23,8 @@ 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%%