1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:07:34 +00:00

Tests/Kernel: Add tests for verifying proper loop device support

This commit is contained in:
Liav A 2024-02-10 15:37:34 +02:00 committed by Andrew Kaster
parent 0734de9f9a
commit ec6e7077fe
3 changed files with 60 additions and 0 deletions

View file

@ -110,6 +110,10 @@ if [ -f mnt/usr/Tests/Kernel/TestProcFSWrite ]; then
chown 0:0 mnt/usr/Tests/Kernel/TestProcFSWrite
chmod 4755 mnt/usr/Tests/Kernel/TestProcFSWrite
fi
if [ -f mnt/usr/Tests/Kernel/TestLoopDevice ]; then
chown 0:0 mnt/usr/Tests/Kernel/TestLoopDevice
chmod 4755 mnt/usr/Tests/Kernel/TestLoopDevice
fi
if [ -f mnt/res/kernel.map ]; then
chmod 0400 mnt/res/kernel.map