artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd2566
)
libfuse now supports -f command line option; uncomment test.
author
helg
<helg@openbsd.org>
Tue, 17 Jul 2018 13:04:31 +0000
(13:04 +0000)
committer
helg
<helg@openbsd.org>
Tue, 17 Jul 2018 13:04:31 +0000
(13:04 +0000)
regress/lib/libfuse/fuse-parse-cmdline.c
patch
|
blob
|
history
diff --git
a/regress/lib/libfuse/fuse-parse-cmdline.c
b/regress/lib/libfuse/fuse-parse-cmdline.c
index
e7b2a5b
..
24a73a2
100644
(file)
--- 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__);