Skip to content

Commit

Permalink
tests: Update for multiple runtime paths
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jun 25, 2024
1 parent 79c40bd commit 6a9f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/live-upgrade-test.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9f0e6

Please sign in to comment.