diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-25 11:25:21 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-25 11:43:58 +0000 |
commit | 55161d41eb95a77a8b0db6f642507c8e5077cdcb (patch) | |
tree | 31e8ebcd52c51d1af87418db2e7fff399709d51e | |
parent | 91f5f213326273a90cdea748039c626facdb8ca8 (diff) |
tests: remove unnecessary /sys/fs/cgroup/systemd checking
A unified hierarchy obsoletes this checking
-rw-r--r-- | test/test-functions | 1 |
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 ]] } |