vagrant/test/unit
Jeff Bonhag 7fb7dd8608
Enable WinSSH shell for `vagrant ssh -c` (#11258)
This commit changes the behavior of the builtin SSHRun action to use a Windows
shell if the WinSSH communicator is active.  This allows for running one-off SSH
commands with Windows Command Prompt or PowerShell.  By default, this will not
allocate a TTY for any SSH commands.

Example usage:

```
vagrant ssh -c 'dir "c:\program files"'
```

Updates docs to reflect a change made in
a55a53e6a4.
2019-12-20 13:10:11 -05:00
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins Support properly setting up synced folders on Catalina 2019-12-18 13:11:30 -08:00
support Remove virtualbox context from docker tests 2019-09-11 07:46:40 -07:00
templates Darwin: put each NFS export on its own line (#11216) 2019-11-25 15:41:05 -05:00
vagrant Enable WinSSH shell for `vagrant ssh -c` (#11258) 2019-12-20 13:10:11 -05:00
base.rb Only run tests that require bsdtar if it is available 2019-06-19 15:29:55 -07:00
vagrant_test.rb add `Vagrant.version?` helper method 2018-09-07 11:37:30 +02:00