Skip to content

Commit 24e09d5

Browse files
author
Fox Snowpatch
committed
1 parent ad0be02 commit 24e09d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/mount_setattr/mount_setattr_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ FIXTURE_SETUP(mount_setattr_idmapped)
10261026
"size=100000,mode=700"), 0);
10271027

10281028
ASSERT_EQ(mount("testing", "/mnt", "tmpfs", MS_NOATIME | MS_NODEV,
1029-
"size=100000,mode=700"), 0);
1029+
"size=2m,mode=700"), 0);
10301030

10311031
ASSERT_EQ(mkdir("/mnt/A", 0777), 0);
10321032

0 commit comments

Comments
 (0)