From: Tom de Vries Date: Thu, 8 Jan 2026 07:16:14 +0000 (+0100) Subject: [gdb/testsuite] Add missing require in gdb.debuginfod/solib-with-dwz.exp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3995fb76a79c54fa3a7724168ef0ceb4b920193;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Add missing require in gdb.debuginfod/solib-with-dwz.exp Add missing "require allow_debuginfod_tests" in test-case gdb.debuginfod/solib-with-dwz.exp. --- diff --git a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp index 4d78f25dc8c..82ae1b8ec62 100644 --- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp +++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp @@ -81,6 +81,7 @@ load_lib debuginfod-support.exp +require allow_debuginfod_tests require allow_shlib_tests require {istarget "*-linux*"} require {!is_remote host}