Skip to content

Commit 6a9f0e6

Browse files
committed
tests: Update for multiple runtime paths
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 79c40bd commit 6a9f0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live-upgrade-test.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ -x ${lxcfs} ]; then
5555
LXCFSPID=$!
5656
else
5757
UNSHARE=0
58-
LXCFSPID=$(cat "{{RUNTIME_PATH}}/lxcfs.pid")
58+
LXCFSPID=$(cat "{{DEFAULT_RUNTIME_PATH}}/lxcfs.pid")
5959
echo "=> Re-using host lxcfs"
6060
rmdir $LXCFSDIR
6161
export LXCFSDIR=/var/lib/lxcfs

0 commit comments

Comments
 (0)