From: Evgeny Vereshchagin Date: Wed, 25 Nov 2015 11:25:21 +0000 (+0000) Subject: tests: remove unnecessary /sys/fs/cgroup/systemd checking X-Git-Tag: v229~272^2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=55161d41eb95a77a8b0db6f642507c8e5077cdcb tests: remove unnecessary /sys/fs/cgroup/systemd checking A unified hierarchy obsoletes this checking --- diff --git a/test/test-functions b/test/test-functions index a5644eaf731..49bd35f688c 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1134,7 +1134,6 @@ inst_libdir_file() { } check_nspawn() { - [[ -d /sys/fs/cgroup/systemd ]] && \ [[ -d /run/systemd/system ]] }