From cdf0cf495d0e0f0bbfdd8021f9cd6e68a8234dd4 Mon Sep 17 00:00:00 2001 From: unclejack Date: Wed, 6 Nov 2013 01:41:54 +0200 Subject: [PATCH] fix build for commands_test --- commands_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands_test.go b/commands_test.go index b38ed33132..1ec005bdd1 100644 --- a/commands_test.go +++ b/commands_test.go @@ -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) {