mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
remove superfluous panic
This commit is contained in:
@@ -90,7 +90,6 @@ func newTestRuntime() (*Runtime, error) {
|
||||
return nil, err
|
||||
}
|
||||
if err := CopyDirectory(unitTestStoreBase, root); err != nil {
|
||||
panic(err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user