tests: remove unnecessary /sys/fs/cgroup/systemd checking
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 a5644ea..49bd35f 100644 (file)
@@ -1134,7 +1134,6 @@ inst_libdir_file() {
 }
 
 check_nspawn() {
-    [[ -d /sys/fs/cgroup/systemd ]] && \
     [[ -d /run/systemd/system ]]
 }