aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnillc2024-06-10 19:34:56 +0800
committerAnillc2024-06-10 19:43:52 +0800
commit20261c6428220b0a849e9745d682711144907b49 (patch)
treecbfa13d53f79961c1067a37b4c8fd84872bb6491
parentddf42d723837cb8545aced7980f892947408e234 (diff)
add test for allow_hyphen_values of --ssh-opts
-rw-r--r--nix/tests/default.nix5
1 files changed, 5 insertions, 0 deletions
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";
+ };
}