fix build for commands_test

Upstream-commit: cdf0cf495d0e0f0bbfdd8021f9cd6e68a8234dd4
Component: engine
This commit is contained in:
unclejack
2013-11-06 01:41:54 +02:00
parent bbfaa00404
commit a503078311
+1
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) {