From 53fed8839ac9c838f4b125e157a096df2a4bd14b Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 9 Dec 2023 17:35:21 +0000 Subject: [PATCH] fix min-copy-closure for new run-liminix-vm syntax --- tests/min-copy-closure/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/min-copy-closure/test.nix b/tests/min-copy-closure/test.nix index b07bee2..c3c8073 100644 --- a/tests/min-copy-closure/test.nix +++ b/tests/min-copy-closure/test.nix @@ -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