]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: remove unnecessary /sys/fs/cgroup/systemd checking 2027/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 25 Nov 2015 11:25:21 +0000 (11:25 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 25 Nov 2015 11:43:58 +0000 (11:43 +0000)
A unified hierarchy obsoletes this checking

test/test-functions

index a5644eaf73151b44d854d2fd3203ff46be8e64cd..49bd35f688c0c5dc7b9684462b4d34bd05eb829e 100644 (file)
@@ -1134,7 +1134,6 @@ inst_libdir_file() {
 }
 
 check_nspawn() {
-    [[ -d /sys/fs/cgroup/systemd ]] && \
     [[ -d /run/systemd/system ]]
 }