Skip to content

Commit ae9bf1f

Browse files
authored
Merge pull request #651 from mihalicyn/stable-5.0-compat-test-fixup
tests: live-upgrade test remove --enable-cgroup (stable-5.0)
2 parents a703911 + 289629c commit ae9bf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live-upgrade-test.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ -x ${lxcfs} ]; then
5151
export LD_LIBRARY_PATH="{{LXCFS_BUILD_ROOT}}"
5252
fi
5353
echo "=> Spawning ${lxcfs} ${LXCFSDIR}"
54-
${lxcfs} --enable-cgroup -p ${pidfile} ${LXCFSDIR} &
54+
${lxcfs} -p ${pidfile} ${LXCFSDIR} &
5555
LXCFSPID=$!
5656
else
5757
UNSHARE=0

0 commit comments

Comments
 (0)