1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:45:07 +00:00

Disable the "create /empty" test path for now.

This commit is contained in:
Andreas Kling 2018-10-14 03:02:28 +02:00
parent 93556d6743
commit e5acbca0e8

View file

@ -30,8 +30,8 @@ int main(int c, char** v)
return 1;
}
auto newFile = vfs.create("/empty");
printf("vfs.create: %p\n", newFile.ptr());
//auto newFile = vfs.create("/empty");
//printf("vfs.create: %p\n", newFile.ptr());
//return 0;
if (!strcmp(v[0], "./vcat")) {