diff options
Diffstat (limited to 'src/test.c')
-rw-r--r-- | src/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c index f0af41ed1..631b4af1b 100644 --- a/src/test.c +++ b/src/test.c @@ -1073,6 +1073,7 @@ main (int margc, char **margv) if (code) return (test_error_return); #else /* TEST_STANDALONE */ + initialize_main (&margc, &margv); program_name = margv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |