fix min-copy-closure for new run-liminix-vm syntax

pull/2/head
Daniel Barlow 2023-12-09 17:35:21 +00:00
parent ebaa7b2bcb
commit 53fed8839a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in pkgs.runCommand "check" {
. ${../test-helpers.sh}
mkdir vm
LAN=user,hostfwd=tcp::2022-:22 ${img}/run.sh --background ./vm
${img}/run.sh --lan user,hostfwd=tcp::2022-:22 --background ./vm
expect ${./wait-until-ready.expect}
export SSH_COMMAND="ssh -o StrictHostKeyChecking=no -p 2022 -i ${./id}"
$SSH_COMMAND root@localhost echo ready