From 6a9f0e6e685e0031767befba84a52c828e365a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 25 Jun 2024 14:23:39 -0400 Subject: [PATCH] tests: Update for multiple runtime paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- tests/live-upgrade-test.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/live-upgrade-test.sh.in b/tests/live-upgrade-test.sh.in index a4e4374e..d0f829b3 100755 --- a/tests/live-upgrade-test.sh.in +++ b/tests/live-upgrade-test.sh.in @@ -55,7 +55,7 @@ if [ -x ${lxcfs} ]; then LXCFSPID=$! else UNSHARE=0 - LXCFSPID=$(cat "{{RUNTIME_PATH}}/lxcfs.pid") + LXCFSPID=$(cat "{{DEFAULT_RUNTIME_PATH}}/lxcfs.pid") echo "=> Re-using host lxcfs" rmdir $LXCFSDIR export LXCFSDIR=/var/lib/lxcfs