[gdb/testsuite] Fix gdb.stabs/weird.exp for remote host
authorTom de Vries <tdevries@suse.de>
Mon, 27 Mar 2023 16:06:19 +0000 (18:06 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 27 Mar 2023 16:06:19 +0000 (18:06 +0200)
Fix test-case gdb.stabs/weird.exp for remote host by not using an absolute
destfile argument to gdb_remote_download, which doesn't work well with remotedir.

gdb/testsuite/gdb.stabs/weird.exp

index 2375e4c96e467b7f88889e8882a7822af706861a..1650d43fa6a2c99b1dac237b8b242791ef9fac44 100644 (file)
@@ -275,10 +275,9 @@ remote_file build delete ${srcfile}
 
 clean_restart
 
-set binfile [gdb_remote_download host ${binfile} \
-                [standard_output_file object.o]]
-set binfile_re [string_to_regexp $binfile]
-send_gdb "file $binfile\n"
+set binfile_host [gdb_remote_download host $binfile]
+set binfile_re [string_to_regexp $binfile_host]
+send_gdb "file $binfile_host\n"
 # If $binfile is very long, a \r (but not a \n) will echo in the
 # middle of the echo of the command.  So to match the echo, we
 # would like to match anything not containing \n