Skip to content

Commit 20261c6

Browse files
committed
add test for allow_hyphen_values of --ssh-opts
1 parent ddf42d7 commit 20261c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nix/tests/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ in {
131131
user = "deploy";
132132
deployArgs = "-s .#profile -- --offline";
133133
};
134+
hyphen-ssh-opts-regression = mkTest {
135+
name = "profile";
136+
user = "deploy";
137+
deployArgs = "-s .#profile --ssh-opts '-p 22 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' -- --offline";
138+
};
134139
}

0 commit comments

Comments
 (0)