Skip to content

Commit

Permalink
Merge branch 'main' into cover/pkg/ipmi
Browse files Browse the repository at this point in the history
  • Loading branch information
rminnich committed Feb 5, 2022
2 parents f7cc494 + 95ec011 commit a04ace4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmds/core/mknod/mknod_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
"testing"

"github.com/u-root/u-root/pkg/testutil"
"golang.org/x/sys/unix"
)

Expand All @@ -25,7 +24,6 @@ import (
// = 0x12345678

func TestMknod(t *testing.T) {
testutil.SkipIfNotRoot(t)
d, err := os.MkdirTemp(os.TempDir(), "mk.nod")
if err != nil {
t.Errorf("failed to create tmp folder: %v", err)
Expand Down

0 comments on commit a04ace4

Please sign in to comment.