mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update vendor/ dir to latest w/o heroku, moby
had to lock a lot of things in place
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/container_unix_test.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/container_unix_test.go
generated
vendored
@@ -20,6 +20,7 @@ import (
|
||||
)
|
||||
|
||||
func TestExportContainerViaUnixSocket(t *testing.T) {
|
||||
t.Parallel()
|
||||
content := "exported container tar content"
|
||||
var buf []byte
|
||||
out := bytes.NewBuffer(buf)
|
||||
@@ -51,6 +52,7 @@ func TestExportContainerViaUnixSocket(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStatsTimeoutUnixSocket(t *testing.T) {
|
||||
t.Parallel()
|
||||
tmpdir, err := ioutil.TempDir("", "socket")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user