From d42b5a0b7c98647b58b5fbaec0938a4c22f5e21f Mon Sep 17 00:00:00 2001 From: Anillc Date: Mon, 10 Jun 2024 19:34:56 +0800 Subject: [PATCH] add test for allow_hyphen_values of --ssh-opts --- nix/tests/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/tests/default.nix b/nix/tests/default.nix index b38e99d..3339f89 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' -- --offline"; + }; }