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: v231~913^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55161d41eb95a77a8b0db6f642507c8e5077cdcb;p=platform%2Fupstream%2Fsystemd.git 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 a5644ea..49bd35f 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 ]] }