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 1ff8d67 commit 5421bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/actions/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ func (c actionTests) PersistentOverlayAll(t *testing.T) {

for _, tt := range tests {
var args []string
if e2e.UserNamespaceProfile.String() == "User" && tt.fakeroot {
if (profile.String() == "User" || profile.String() == "UserNamespace") && tt.fakeroot {
args = append(args, "--fakeroot")
}
newArgs := replaceTemplate(overlayDir, squashDir, ext3Dir, sandboxDir, tt.argv)
Expand Down

0 comments on commit 5421bdc

Please sign in to comment.