aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-thrhandle.exp
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-09-03 11:53:08 +0200
committerTom de Vries <tdevries@suse.de>2025-09-03 11:53:08 +0200
commitc1e9f1454faaa0b66a2b32e17201f4613b9bc0c4 (patch)
treec4efb6601c9c16899620a87c2faa9b963342bd54 /gdb/testsuite/gdb.python/py-thrhandle.exp
parent98583463abed11c7659028c0d68a9619fed5f559 (diff)
downloadbinutils-c1e9f1454faaa0b66a2b32e17201f4613b9bc0c4.zip
binutils-c1e9f1454faaa0b66a2b32e17201f4613b9bc0c4.tar.gz
binutils-c1e9f1454faaa0b66a2b32e17201f4613b9bc0c4.tar.bz2
[gdb/testsuite] Fix clean_restart <absolute filename> in gdb.python
Fix clean_restart <absolute filename> in the test-cases in gdb.python. Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-thrhandle.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-thrhandle.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-thrhandle.exp b/gdb/testsuite/gdb.python/py-thrhandle.exp
index 343bf4b..a959044 100644
--- a/gdb/testsuite/gdb.python/py-thrhandle.exp
+++ b/gdb/testsuite/gdb.python/py-thrhandle.exp
@@ -29,7 +29,7 @@ if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executab
return -1
}
-clean_restart ${binfile}
+clean_restart ${::testfile}
runto_main