comparison t/memcached-keepalive.t @ 13:181a487581b7

Keepalive: fix typo in tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Feb 2009 14:33:37 +0300
parents 067ddc059ee0
children 2ce9d8a1ca93
comparison
equal deleted inserted replaced
12:067ddc059ee0 13:181a487581b7
16 16
17 select STDERR; $| = 1; 17 select STDERR; $| = 1;
18 select STDOUT; $| = 1; 18 select STDOUT; $| = 1;
19 19
20 eval { require Cache::Memcached; }; 20 eval { require Cache::Memcached; };
21 plain(skip_all => 'Cache::Memcached not installed') if $@; 21 plan(skip_all => 'Cache::Memcached not installed') if $@;
22 22
23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(16) 23 my $t = Test::Nginx->new()->has('rewrite')->has_daemon('memcached')->plan(16)
24 ->write_file_expand('nginx.conf', <<'EOF'); 24 ->write_file_expand('nginx.conf', <<'EOF');
25 25
26 master_process off; 26 master_process off;