diff --git a/nix/tests/default.nix b/nix/tests/default.nix index b38e99d..7fe8628 100644 --- a/nix/tests/default.nix +++ b/nix/tests/default.nix @@ -131,4 +131,9 @@ in { user = "deploy"; deployArgs = "-s .#profile -- --offline"; }; + hyphen-ssh-opts-regression = mkTest { + name = "profile"; + user = "deploy"; + deployArgs = "-s .#profile --ssh-opts '-p 22 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' -- --offline"; + }; }