Merge pull request #2566 from unclejack/fix_commands_test

fix build for commands_test
This commit is contained in:
Guillaume J. Charmes 2013-11-05 15:45:22 -08:00
commit 6113e1d62d

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