mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix build for commands_test
This commit is contained in:
parent
980eda4c25
commit
cdf0cf495d
1 changed files with 1 additions and 0 deletions
|
@ -660,6 +660,7 @@ func TestCmdLogs(t *testing.T) {
|
|||
if err := cli.CmdLogs(globalRuntime.List()[0].ID); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
// Expected behaviour: using / as a bind mount source should throw an error
|
||||
func TestRunErrorBindMountRootSource(t *testing.T) {
|
||||
|
|
Loading…
Add table
Reference in a new issue