summaryrefslogtreecommitdiff
path: root/libmailutils/tests/fltst.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/tests/fltst.c')
-rw-r--r--libmailutils/tests/fltst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/tests/fltst.c b/libmailutils/tests/fltst.c
index 8597dd5a0..d62a02b2e 100644
--- a/libmailutils/tests/fltst.c
+++ b/libmailutils/tests/fltst.c
@@ -111,13 +111,13 @@ main (int argc, char * argv [])
size_t line_length;
int line_length_option = 0;
int newline_option = 0;
if (argc == 1)
usage (NULL);
- if (argc < 3)
+ if (argc < 4)
usage ("not enough arguments");
fltname = argv[1];
if (strcmp (argv[2], "encode") == 0)
mode = MU_FILTER_ENCODE;

Return to:

Send suggestions and report system problems to the System administrator.