Fix GetComputerName xUnit test and repin monad

This commit is contained in:
Andrew Schwartzmeyer 2015-08-28 14:45:56 -07:00
parent 93199735d8
commit 6a88fe52aa
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 44427ec1f38f443a8b90a48e50a4d40beed0fa05
Subproject commit 8e014f44d72765f086fe516e870602d5a476076e

View file

@ -71,7 +71,8 @@ namespace PSTests
{
var startInfo = new ProcessStartInfo
{
FileName = @"/usr/hostname",
FileName = @"/usr/bin/env",
Arguments = "hostname",
RedirectStandardOutput = true,
UseShellExecute = false
};