diff options
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r-- | tests/tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp index 4f9d8ea87..3fc351fa6 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -221,7 +221,7 @@ main (int argc, char *argv[]) "Auto-loading plugins from path in " "environment variable WEECHAT_EXTRA_LIBDIR (\"%s\")", getenv ("WEECHAT_EXTRA_LIBDIR")); - plugin_auto_load (0, NULL, 0, 1, 0); + plugin_auto_load (NULL, 0, 1, 0, 0, NULL); } /* display WeeChat version and directories */ |