From e5acbca0e84b0b1d350d20372016436d7708afe1 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 14 Oct 2018 03:02:28 +0200 Subject: [PATCH] Disable the "create /empty" test path for now. --- VirtualFileSystem/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VirtualFileSystem/test.cpp b/VirtualFileSystem/test.cpp index e95975dd3b..e7ff504563 100644 --- a/VirtualFileSystem/test.cpp +++ b/VirtualFileSystem/test.cpp @@ -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")) {