mirror of https://github.com/docker/docs.git
fix build for commands_test
This commit is contained in:
parent
980eda4c25
commit
cdf0cf495d
|
@ -660,6 +660,7 @@ func TestCmdLogs(t *testing.T) {
|
||||||
if err := cli.CmdLogs(globalRuntime.List()[0].ID); err != nil {
|
if err := cli.CmdLogs(globalRuntime.List()[0].ID); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Expected behaviour: using / as a bind mount source should throw an error
|
// Expected behaviour: using / as a bind mount source should throw an error
|
||||||
func TestRunErrorBindMountRootSource(t *testing.T) {
|
func TestRunErrorBindMountRootSource(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue