diff options
Diffstat (limited to 'support/test-driver.c')
-rw-r--r-- | support/test-driver.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/support/test-driver.c b/support/test-driver.c index 3a61b7b..a847c96 100644 --- a/support/test-driver.c +++ b/support/test-driver.c @@ -144,9 +144,7 @@ main (int argc, char **argv) struct option options[] = { CMDLINE_OPTIONS - { "direct", no_argument, NULL, OPT_DIRECT }, - { "test-dir", required_argument, NULL, OPT_TESTDIR }, - { NULL, 0, NULL, 0 } + TEST_DEFAULT_OPTIONS }; test_config.options = &options; #endif |