diff --git a/tests/gold_tests/logging/log-filenames.test.py b/tests/gold_tests/logging/log-filenames.test.py index df3888e9896..6744a8c0730 100644 --- a/tests/gold_tests/logging/log-filenames.test.py +++ b/tests/gold_tests/logging/log-filenames.test.py @@ -124,7 +124,7 @@ def __configure_traffic_TestRun(self, description): tr = Test.AddTestRun(f'Run traffic for: {description}') tr.Processes.Default.Command = ( f'curl http://127.0.0.1:{self.ts.Variables.port}/some/path --verbose --next ' - f'curl http://127.0.0.1:{self.ts.Variables.port}/server/down --verbose' + f'http://127.0.0.1:{self.ts.Variables.port}/server/down --verbose' ) tr.Processes.Default.ReturnCode = 0 tr.Processes.Default.StartBefore(self.ts) diff --git a/tests/tools/plugins/Makefile.inc b/tests/tools/plugins/Makefile.inc index 9659e7b39ba..7afe0efccbd 100644 --- a/tests/tools/plugins/Makefile.inc +++ b/tests/tools/plugins/Makefile.inc @@ -80,4 +80,9 @@ tools_plugins_user_args_la_SOURCES = tools/plugins/user_args.cc noinst_LTLIBRARIES += tools/plugins/async_engine.la tools_plugins_async_engine_la_SOURCES = tools/plugins/async_engine.cc +tools_plugins_async_engine_la_LDFLAGS = \ + -module \ + -shared \ + -avoid-version \ + -rpath $(abs_builddir)