1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

remove superfluous panic

This commit is contained in:
Dominik Honnef 2013-04-03 11:19:48 +02:00
parent 22f1cc955d
commit 14d3880daf

View file

@ -90,7 +90,6 @@ func newTestRuntime() (*Runtime, error) {
return nil, err
}
if err := CopyDirectory(unitTestStoreBase, root); err != nil {
panic(err)
return nil, err
}