~john-koepi/ubuntu/trusty/memcached/default

« back to all changes in this revision

Viewing changes to t/binary.t

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-10-05 13:27:39 UTC
  • mfrom: (1.1.8 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111005132739-ntsnlj16fcze221i
Tags: 1.4.7-0.1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Run as 'memcache' user instead of nobody (LP #599461)
  - Depend on adduser for preinst/postrm
  - Create user in postinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
use strict;
4
4
use warnings;
5
 
use Test::More tests => 3361;
 
5
use Test::More tests => 3376;
6
6
use FindBin qw($Bin);
7
7
use lib "$Bin/lib";
8
8
use MemcachedTest;