diff options
author | 2018-07-17 13:04:31 +0000 | |
---|---|---|
committer | 2018-07-17 13:04:31 +0000 | |
commit | dd1ac127d790289da90c22118ce14110ae0cab2e (patch) | |
tree | d2c693f64c7740b109720a19ca0a4d56f83fadd1 | |
parent | unvname_new() is passed something that is always 64-bits so the (diff) | |
download | wireguard-openbsd-dd1ac127d790289da90c22118ce14110ae0cab2e.tar.xz wireguard-openbsd-dd1ac127d790289da90c22118ce14110ae0cab2e.zip |
libfuse now supports -f command line option; uncomment test.
-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__); |