Skip to content

Commit 7211535

Browse files
Assume cmd.exe is on PATH
1 parent 05ab592 commit 7211535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestConnectionBlocked.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected void ExecCommand(string ctl, string args)
122122
if(IsRunningOnMono()) {
123123
cmd = ctl;
124124
} else {
125-
cmd = "C:\\winnt\\system32\\cmd.exe";
125+
cmd = "cmd.exe";
126126
args = "/y /c " + ctl + " " + args;
127127
}
128128

0 commit comments

Comments
 (0)