mirror of https://github.com/docker/docs.git
remove superfluous panic
This commit is contained in:
parent
22f1cc955d
commit
14d3880daf
|
@ -90,7 +90,6 @@ func newTestRuntime() (*Runtime, error) {
|
|||
return nil, err
|
||||
}
|
||||
if err := CopyDirectory(unitTestStoreBase, root); err != nil {
|
||||
panic(err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue