Skip to content

Commit

Permalink
tests/none: Fix use of "nixops ssh".
Browse files Browse the repository at this point in the history
We no longer need to use "--" to pass SSH options (in this case "-v").

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Oct 30, 2015
1 parent 593a91c commit 018bca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/none-backend.nix
Expand Up @@ -175,7 +175,7 @@ makeTest {
# Test ‘nixops ssh’.
subtest "ssh", sub {
$coordinator->succeed("${env} nixops ssh target1 -- -v ls / >&2");
$coordinator->succeed("${env} nixops ssh target1 -v ls / >&2");
};
# Test ‘nixops check’.
Expand Down

0 comments on commit 018bca5

Please sign in to comment.