diff options
author | Tom de Vries <tdevries@suse.de> | 2023-03-29 08:01:42 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-03-29 08:01:42 +0200 |
commit | eb338e57ce46be624dbc7c93517849d631581e6d (patch) | |
tree | 370d83c93bc66cccff084280e94d2896218009fb | |
parent | 7b193de63a5444ecf7017d58ecaa03b779e291fa (diff) | |
download | gdb-eb338e57ce46be624dbc7c93517849d631581e6d.zip gdb-eb338e57ce46be624dbc7c93517849d631581e6d.tar.gz gdb-eb338e57ce46be624dbc7c93517849d631581e6d.tar.bz2 |
[gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
Fix test-case gdb.guile/scm-objfile-script.exp using host_standard_output_file.
Tested on x86_64-linux.
-rw-r--r-- | gdb/testsuite/gdb.guile/scm-objfile-script.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-objfile-script.exp b/gdb/testsuite/gdb.guile/scm-objfile-script.exp index 6a935d7..dc390b6 100644 --- a/gdb/testsuite/gdb.guile/scm-objfile-script.exp +++ b/gdb/testsuite/gdb.guile/scm-objfile-script.exp @@ -31,7 +31,7 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} { # gdb will find it. set remote_guile_file [remote_download host \ ${srcdir}/${subdir}/${testfile}-gdb.in \ - [standard_output_file ${testfile}-gdb.scm]] + [host_standard_output_file ${testfile}-gdb.scm]] clean_restart gdb_test_no_output "set auto-load safe-path ${remote_guile_file}" \ |