test: fix testImageIDOutput

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1897/head
CrazyMax 2 years ago committed by CrazyMax
parent 75ecc15958
commit 28a1eb3527
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -106,7 +106,7 @@ func testImageIDOutput(t *testing.T, sb integration.Sandbox) {
cmd := buildxCmd(
sb,
withArgs("build", "-q", outFlag, "--iidfile", filepath.Join(targetDir, "iid.txt"), "--metadata-file", filepath.Join(targetDir, "md.json"), dir),
withArgs("build", "-q", "--provenance", "false", outFlag, "--iidfile", filepath.Join(targetDir, "iid.txt"), "--metadata-file", filepath.Join(targetDir, "md.json"), dir),
)
stdout := bytes.NewBuffer(nil)
cmd.Stdout = stdout

Loading…
Cancel
Save