Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Feb 20, 2024
1 parent 5ced249 commit 83d49b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/actions/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -812,12 +812,12 @@ func (c actionTests) PersistentOverlayAll(t *testing.T) {
},
{
name: "overlay_ext3_create",
argv: []string{"--overlay", "${EXT3_DIR}", c.env.ImagePath, "touch", "/ext3_overlay"},
argv: []string{"--fakeroot", "--overlay", "${EXT3_DIR}", c.env.ImagePath, "touch", "/ext3_overlay"},
exit: 0,
},
{
name: "overlay_multiple_create",
argv: []string{"--overlay", "${EXT3_DIR}", "--overlay", "${SQUASH_DIR}" + ":ro", c.env.ImagePath, "touch", "/multiple_overlay_fs"},
argv: []string{"--fakeroot", "--overlay", "${EXT3_DIR}", "--overlay", "${SQUASH_DIR}" + ":ro", c.env.ImagePath, "touch", "/multiple_overlay_fs"},
exit: 0,
},
{
Expand Down

0 comments on commit 83d49b9

Please sign in to comment.