mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 00:34:41 +00:00
Drop code which is called already by containerd
Drop also direct xattrs handling
This commit is contained in:
@@ -74,7 +74,6 @@ var _ = Describe("Delta", func() {
|
||||
_, tmpdir, err := Extract(
|
||||
ctx,
|
||||
img2,
|
||||
true,
|
||||
f,
|
||||
)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
@@ -94,7 +93,6 @@ var _ = Describe("Delta", func() {
|
||||
_, tmpdir, err := Extract(
|
||||
ctx,
|
||||
img2,
|
||||
true,
|
||||
f,
|
||||
)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
@@ -109,7 +107,6 @@ var _ = Describe("Delta", func() {
|
||||
_, tmpdir, err := Extract(
|
||||
ctx,
|
||||
img2,
|
||||
true,
|
||||
f,
|
||||
)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
@@ -124,7 +121,6 @@ var _ = Describe("Delta", func() {
|
||||
_, tmpdir, err := Extract(
|
||||
ctx,
|
||||
img2,
|
||||
true,
|
||||
f,
|
||||
)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user