fix build for commands_test

This commit is contained in:
unclejack 2013-11-06 01:41:54 +02:00
parent 980eda4c25
commit cdf0cf495d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {