]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty URL" test
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.debuginfod / fetch_src_and_symbols.exp
index 6da9a86faa8e38e158f37c28b39679fa66f2f2ed..bd90bcd0cfe4aef5a81b9e6c2689fce77e69d161 100644 (file)
@@ -310,7 +310,7 @@ proc local_url { } {
     # Disable confirmation to avoid having to deal with a query.  See
     # test_urls.
     gdb_test_multiple "with confirm off -- file $binfile" "notice empty URL" {
-       -re ".*Enable debuginfod.*" {
+       -re -wrap "This GDB supports auto-downloading.*" {
            fail $gdb_test_name
        }
        -re -wrap "" {