diff options
author | Daniel Mack <github@zonque.org> | 2015-11-25 14:44:48 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-25 14:44:48 +0100 |
commit | af143e3b692fbba2e68efd2c834711ba518f547a (patch) | |
tree | 31e8ebcd52c51d1af87418db2e7fff399709d51e /test | |
parent | 91f5f213326273a90cdea748039c626facdb8ca8 (diff) | |
parent | 55161d41eb95a77a8b0db6f642507c8e5077cdcb (diff) |
Merge pull request #2027 from evverx/remove-unnecessary-cgroup-systemd-checking
tests: remove unnecessary /sys/fs/cgroup/systemd checking
Diffstat (limited to 'test')
-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 ]] } |