Skip to content

Commit fa330d5

Browse files
committed
fixup
1 parent b9353ce commit fa330d5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

projects/Unit/Fixtures.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,16 +520,6 @@ internal Process ExecCommand(string cmd, string args, string changeDirTo)
520520
proc.StartInfo.WorkingDirectory = changeDirTo;
521521
}
522522

523-
/*
524-
string cmd;
525-
if(IsRunningOnMonoOrDotNetCore()) {
526-
cmd = ctl;
527-
} else {
528-
cmd = "cmd.exe";
529-
args = $"/c \"\"{ctl}\" {args}\"";
530-
}
531-
*/
532-
533523
try {
534524
proc.StartInfo.FileName = cmd;
535525
proc.StartInfo.Arguments = args;

0 commit comments

Comments
 (0)