aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-12-15 17:51:41 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:56 -0700
commit362f09f16524a038b2c0dce8e1e9337120151355 (patch)
treee2517fdcd9be7143ed45d0b37670bdc52d1e19c2 /gdb
parenta231b2322f8d8f1978a2e9c8c0dea006aa578802 (diff)
downloadfsf-binutils-gdb-362f09f16524a038b2c0dce8e1e9337120151355.zip
fsf-binutils-gdb-362f09f16524a038b2c0dce8e1e9337120151355.tar.gz
fsf-binutils-gdb-362f09f16524a038b2c0dce8e1e9337120151355.tar.bz2
Use require !skip_debuginfod_tests
This changes some tests to use "require !skip_debuginfod_tests".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
index bfe6e63..e2c77eb 100644
--- a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
+++ b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
@@ -20,7 +20,7 @@ standard_testfile
load_lib dwarf.exp
load_lib debuginfod-support.exp
-if { [skip_debuginfod_tests] } { return -1 }
+require !skip_debuginfod_tests
set sourcetmp [standard_output_file tmp-${srcfile}]
set outputdir [standard_output_file {}]