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
Notes: sideshowbarker 2024-07-19 18:48:25 +09:00

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")) {