From 55161d41eb95a77a8b0db6f642507c8e5077cdcb Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 25 Nov 2015 11:25:21 +0000 Subject: tests: remove unnecessary /sys/fs/cgroup/systemd checking A unified hierarchy obsoletes this checking --- test/test-functions | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test-functions') 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 ]] } -- cgit v1.2.3-54-g00ecf