Skip to content

Commit ff62ebf

Browse files
committed
tests: add unpack to scratch export test
The original commit (fddd129) that added this test did so to check that empty layers wouldn't be unpacked which would cause a nil de-reference. However, `unpack` wasn't added to the export test, so the test wasn't actually testing the changed behavior. Signed-off-by: Justin Chadwell <[email protected]>
1 parent 0b86652 commit ff62ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/client_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,7 @@ func testBuildExportScratch(t *testing.T, sb integration.Sandbox) {
21082108
Attrs: map[string]string{
21092109
"name": target,
21102110
"push": "true",
2111+
"unpack": "true",
21112112
"compression": "uncompressed",
21122113
},
21132114
},

0 commit comments

Comments
 (0)