Skip to content

Commit

Permalink
Merge pull request #25 from xtremekforever/bugfix/container-startup-cmd
Browse files Browse the repository at this point in the history
Remove empty CMDon `tc_new_container_request()`
  • Loading branch information
oleg-nenashev authored Jul 10, 2024
2 parents f3d3362 + e54bcb2 commit 77034db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testcontainers-c/testcontainers-c.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var customizers map[int][]*testcontainers.CustomizeRequestOption
func tc_new_container_request(image *C.cchar_t) (id int) {
req := testcontainers.ContainerRequest{
Image: C.GoString(image),
Cmd: []string{""},
}

containerRequests = append(containerRequests, &req)
Expand Down

0 comments on commit 77034db

Please sign in to comment.