diff options
author | Tom de Vries <tdevries@suse.de> | 2025-09-02 14:42:05 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-09-02 14:42:05 +0200 |
commit | 123365d04655abc19425e3798b64bccc35a3fa15 (patch) | |
tree | 7898eeefb60da28d407972161c8fcc3d2266f1cd /gdb/testsuite/gdb.threads/wp-replication.exp | |
parent | 8c6dabdd2d6bb52ae7e4d394b147f5b823f7db49 (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
Fix clean_restart <absolute filename> in the test-cases in gdb.threads.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.threads/wp-replication.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/wp-replication.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/wp-replication.exp b/gdb/testsuite/gdb.threads/wp-replication.exp index 68f5eb0..8a5f95d 100644 --- a/gdb/testsuite/gdb.threads/wp-replication.exp +++ b/gdb/testsuite/gdb.threads/wp-replication.exp @@ -34,7 +34,7 @@ if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executab return -1 } -clean_restart ${binfile} +clean_restart ${::testfile} # Force hardware watchpoints to be used. gdb_test_no_output "set can-use-hw-watchpoints 1" "" |