mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Disable the "create /empty" test path for now.
This commit is contained in:
parent
93556d6743
commit
e5acbca0e8
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ int main(int c, char** v)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto newFile = vfs.create("/empty");
|
//auto newFile = vfs.create("/empty");
|
||||||
printf("vfs.create: %p\n", newFile.ptr());
|
//printf("vfs.create: %p\n", newFile.ptr());
|
||||||
//return 0;
|
//return 0;
|
||||||
|
|
||||||
if (!strcmp(v[0], "./vcat")) {
|
if (!strcmp(v[0], "./vcat")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue