Bumping k8s dependencies to 1.13
This commit is contained in:
2
vendor/golang.org/x/sys/unix/openbsd_test.go
generated
vendored
2
vendor/golang.org/x/sys/unix/openbsd_test.go
generated
vendored
@@ -87,7 +87,7 @@ func TestMain(m *testing.M) {
|
||||
func init() {
|
||||
testProcs["pledge"] = testProc{
|
||||
func() {
|
||||
fmt.Println(unix.Pledge("", nil))
|
||||
fmt.Println(unix.Pledge("", ""))
|
||||
os.Exit(0)
|
||||
},
|
||||
func() error {
|
||||
|
Reference in New Issue
Block a user