diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-objfile-script.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-objfile-script.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-objfile-script.exp b/gdb/testsuite/gdb.python/py-objfile-script.exp index 4963206..0143838 100644 --- a/gdb/testsuite/gdb.python/py-objfile-script.exp +++ b/gdb/testsuite/gdb.python/py-objfile-script.exp @@ -40,7 +40,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} # Verify gdb loaded the script. -gdb_test "info auto-load-scripts" "Yes.*/${testfile}-gdb.py.*" +gdb_test "info auto-load python-scripts" "Yes.*/${testfile}-gdb.py.*" if ![runto_main] { perror "couldn't run to main" |