Merge pull request #2027 from evverx/remove-unnecessary-cgroup-systemd-checking

tests: remove unnecessary /sys/fs/cgroup/systemd checking
This commit is contained in:
Daniel Mack 2015-11-25 14:44:48 +01:00
commit af143e3b69
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 ]]
}