summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/jit-so.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/jit-so.exp')
-rw-r--r--gdb/testsuite/gdb.base/jit-so.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/jit-so.exp b/gdb/testsuite/gdb.base/jit-so.exp
index adb21eaa4dc..01354734357 100644
--- a/gdb/testsuite/gdb.base/jit-so.exp
+++ b/gdb/testsuite/gdb.base/jit-so.exp
@@ -61,11 +61,7 @@ if { [gdb_compile_shlib ${solib_srcfile} ${solib_binfile} {}] != "" } {
return -1
}
-if {[is_remote target]} {
- set solib_binfile_target [gdb_download ${solib_binfile}]
-} else {
- set solib_binfile_target $solib_binfile
-}
+set solib_binfile_target [gdb_remote_download target ${solib_binfile}]
proc one_jit_test {count match_str} {
with_test_prefix "one_jit_test-$count" {