diff --git a/commands_test.go b/commands_test.go index b38ed331327165c87f4e3c7099b046b7da12832b..1ec005bdd186c369f234453d69cd0af12921663c 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) {