mirror of
https://github.com/containers/podman.git
synced 2026-07-09 14:54:59 -04:00
First check for errors and assert them via gomega to make the test fails which called this. Then stop calling this for each test spec, most will never access this so stop reading the file over and over. Callers should just call the function directly. Then remove the arch field from it, that is not related to the OS file. Callers should just access runtime.GOARCH directly. Signed-off-by: Paul Holzinger <pholzing@redhat.com>