You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely invalid according to the image-spec, and also is treated
strangely by umoci (effectively it is treated the same as an opaque
whiteout due to an implementation detail of how we represent opaque
whiteouts).
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
assert.ErrorIs(t, err, os.ErrNotExist, "whiteout should have removed path") //nolint:testifylint // assert.*Error* makes more sense
278
+
iftest.expectedErr!=nil {
279
+
assert.ErrorIsf(t, err, test.expectedErr, "UnpackEntry %q whiteout should fail with expected err", hdr.Name) //nolint:testifylint // assert.*Error* makes more sense
0 commit comments