Commit 18b0d06
committed
fix(test): use fakeroot option for fuse2fs mount
The ext2 root directory is owned by root, so a non-root user cannot
write to the mounted filesystem. Adding `fakeroot` to the mount options
makes fuse2fs treat the calling user as root for permission checks.
https://claude.ai/code/session_01LfpnUZrgq93MVZgA3KVqE61 parent 02d93a5 commit 18b0d06
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments