tests: remove unnecessary /sys/fs/cgroup/systemd checking

A unified hierarchy obsoletes this checking
This commit is contained in:
Evgeny Vereshchagin 2015-11-25 11:25:21 +00:00
parent 91f5f21332
commit 55161d41eb
1 changed files with 0 additions and 1 deletions

View File

@ -1134,7 +1134,6 @@ inst_libdir_file() {
}
check_nspawn() {
[[ -d /sys/fs/cgroup/systemd ]] && \
[[ -d /run/systemd/system ]]
}