1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

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

View File

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