disable more tests that fail on build systems

This commit is contained in:
Miroslav Lichvar 2016-06-22 14:48:45 +02:00
parent 3aeb7f4ef8
commit 1faabaf59b

View File

@ -68,7 +68,7 @@ rm -f t/whitespace.t
if [ `id -u` -ne 0 ]; then if [ `id -u` -ne 0 ]; then
# remove failing test that doesn't work in # remove failing test that doesn't work in
# build systems # build systems
rm -f t/daemonize.t rm -f t/daemonize.t t/watcher.t t/expirations.t
fi fi
make test make test