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:
parent
22f1cc955d
commit
14d3880daf
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ func newTestRuntime() (*Runtime, error) {
|
|||
return nil, err
|
||||
}
|
||||
if err := CopyDirectory(unitTestStoreBase, root); err != nil {
|
||||
panic(err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue