diff options
author | helg <helg@cvs.openbsd.org> | 2018-07-17 13:04:32 +0000 |
---|---|---|
committer | helg <helg@cvs.openbsd.org> | 2018-07-17 13:04:32 +0000 |
commit | 4b5a56239456eadaacc1088c392a0a0179f2c375 (patch) | |
tree | 79d3aadbfb6a92f0f790a5a56a7e0fc3c22e72bc /regress/lib | |
parent | 75dcd6f74f90125c95c95c88317151c835ea201b (diff) |
libfuse now supports -f command line option; uncomment test.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libfuse/fuse-parse-cmdline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regress/lib/libfuse/fuse-parse-cmdline.c b/regress/lib/libfuse/fuse-parse-cmdline.c index e7b2a5b9022..24a73a23aa0 100644 --- a/regress/lib/libfuse/fuse-parse-cmdline.c +++ b/regress/lib/libfuse/fuse-parse-cmdline.c @@ -59,10 +59,8 @@ test_all_args(char **dir, int *multithreaded, int *foreground) exit(__LINE__); if (multithreaded != NULL && *multithreaded == 1) exit(__LINE__); -/* TODO Not implemented yet if (foreground != NULL && *foreground == 0) exit(__LINE__); -*/ if (args.argc != 1) exit(__LINE__); |