summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-25 11:25:21 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-25 11:43:58 +0000
commit55161d41eb95a77a8b0db6f642507c8e5077cdcb (patch)
tree31e8ebcd52c51d1af87418db2e7fff399709d51e /test
parent91f5f213326273a90cdea748039c626facdb8ca8 (diff)
tests: remove unnecessary /sys/fs/cgroup/systemd checking
A unified hierarchy obsoletes this checking
Diffstat (limited to 'test')
-rw-r--r--test/test-functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions
index a5644eaf73..49bd35f688 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -1134,7 +1134,6 @@ inst_libdir_file() {
}
check_nspawn() {
- [[ -d /sys/fs/cgroup/systemd ]] && \
[[ -d /run/systemd/system ]]
}