Skip to content

Commit bf052ba

Browse files
committed
follow-up TestLoadStdinFromPipe
Signed-off-by: fahed dorgaa <[email protected]>
1 parent 8d8e366 commit bf052ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/load_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestLoadStdinFromPipe(t *testing.T) {
3535
tmp := t.TempDir()
3636
base.Cmd("pull", testutil.CommonImage).AssertOK()
3737
base.Cmd("save", testutil.CommonImage, "-o", filepath.Join(tmp, "common.tar")).AssertOK()
38-
38+
base.Cmd("rmi", testutil.CommonImage).AssertOK()
3939
loadCmd := strings.Join(base.Cmd("load").Command, " ")
4040
output := filepath.Join(tmp, "output")
4141

0 commit comments

Comments
 (0)