mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 16:14:23 +00:00
Disable the "create /empty" test path for now.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user