mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
provide empty filesystem
This commit is contained in:
@@ -3,7 +3,5 @@
|
||||
|
||||
TEST(app, init)
|
||||
{
|
||||
char args0[] = "webfuse";
|
||||
char * args[] = { args0, nullptr };
|
||||
webfuse::app(1, args);
|
||||
webfuse::app app;
|
||||
}
|
||||
Reference in New Issue
Block a user