gdb/testsuite: replace $testfile with $binfile in one case
authorAndrew Burgess <aburgess@redhat.com>
Sat, 22 Jul 2023 14:33:23 +0000 (15:33 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Sun, 23 Jul 2023 08:25:48 +0000 (09:25 +0100)
For *reasons* I was hacking on gdb.base/foll-vfork.exp and wanted to
change the name of the binary that was created.  Should be easy, I
adjusted the global $binfile variable .... but that didn't work.

In one place the script uses $testfile instead of $binfile.

Fixed this to use $binfile, now I can easily change the name of the
generated binary, and the test still works.

There's no change in what is tested after this commit.

gdb/testsuite/gdb.base/foll-vfork.exp

index 13b8c3537a111e60c288e2c9d3a48dfaf8636e6f..80b813d19b0ab1a0bedc0b38959dc3b8eb68270e 100644 (file)
@@ -70,7 +70,7 @@ proc check_vfork_catchpoints {} {
   # Because setup_gdb uses 'return -code return' which would return to
   # our caller we need to wrap this call, spot when setup_gdb failed
   # (with return code 2), and then issue our own 'return -code return'.
-  set code [catch {setup_gdb $::testfile $::srcfile} string]
+  set code [catch {setup_gdb $::binfile $::srcfile} string]
   if { $code == 2 } {
     unsupported "vfork catchpoints"
     return -code return