From 1faabaf59b5ca92673949f9ec5a8e77c10733d3b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 22 Jun 2016 14:48:45 +0200 Subject: [PATCH] disable more tests that fail on build systems --- memcached.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcached.spec b/memcached.spec index 68d1773..f1abef9 100644 --- a/memcached.spec +++ b/memcached.spec @@ -68,7 +68,7 @@ rm -f t/whitespace.t if [ `id -u` -ne 0 ]; then # remove failing test that doesn't work in # build systems - rm -f t/daemonize.t + rm -f t/daemonize.t t/watcher.t t/expirations.t fi make test