libfuse now supports -f command line option; uncomment test.
authorhelg <helg@openbsd.org>
Tue, 17 Jul 2018 13:04:31 +0000 (13:04 +0000)
committerhelg <helg@openbsd.org>
Tue, 17 Jul 2018 13:04:31 +0000 (13:04 +0000)
regress/lib/libfuse/fuse-parse-cmdline.c

index e7b2a5b..24a73a2 100644 (file)
@@ -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__);