Skip to content

Commit

Permalink
delete extra println
Browse files Browse the repository at this point in the history
Signed-off-by: amghazanfari <a.m.ghazanfari76@gmail.com>
  • Loading branch information
amghazanfari committed Sep 19, 2024
1 parent ac50179 commit e0c62bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcontainer/integration/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package integration

import (
"bytes"
"fmt"
"os"
"strings"
"testing"
Expand All @@ -24,7 +23,6 @@ func testUpdateDevices(t *testing.T, systemd bool) {
// Execute a first process in the container
stdinR, stdinW, err := os.Pipe()
ok(t, err)
fmt.Println(standardEnvironment)
process := &libcontainer.Process{
Cwd: "/",
Args: []string{"cat"},
Expand Down

0 comments on commit e0c62bd

Please sign in to comment.