Skip to content

Commit

Permalink
add test for allow_hyphen_values of --ssh-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anillc committed Jun 10, 2024
1 parent ddf42d7 commit d42b5a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit d42b5a0

Please sign in to comment.