summaryrefslogtreecommitdiff
path: root/tests/forms-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/forms-test.c')
-rw-r--r--tests/forms-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms-test.c b/tests/forms-test.c
index 6cdc6ad2..4c2846e6 100644
--- a/tests/forms-test.c
+++ b/tests/forms-test.c
@@ -422,7 +422,7 @@ md5_callback (SoupServer *server, SoupMessage *msg,
static gboolean run_tests = TRUE;
static GOptionEntry no_test_entry[] = {
- { "no-tests", 'n', G_OPTION_FLAG_NO_ARG | G_OPTION_FLAG_REVERSE,
+ { "no-tests", 'n', G_OPTION_FLAG_REVERSE,
G_OPTION_ARG_NONE, &run_tests,
"Don't run tests, just run the test server", NULL },
{ NULL }