Skip to content

Commit

Permalink
fixup: Respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 13, 2024
1 parent 308c57b commit da51a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/fixture/tmpnet/detached_process_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@

package tmpnet

import (
"os/exec"
"syscall"
)
import "os/exec"

func configureDetachedProcess(cmd *exec.Cmd) {
cmd.SysProcAttr = &syscall.SysProcAttr{
CreationFlags: syscall.CREATE_NEW_PROCESS_GROUP,
}
panic("tmpnet deployment to windows is not supported")
}

0 comments on commit da51a7f

Please sign in to comment.