aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.testsuite')
-rw-r--r--gdb/testsuite/gdb.testsuite/board-sanity.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.testsuite/board-sanity.exp b/gdb/testsuite/gdb.testsuite/board-sanity.exp
index d640226..eb19db8 100644
--- a/gdb/testsuite/gdb.testsuite/board-sanity.exp
+++ b/gdb/testsuite/gdb.testsuite/board-sanity.exp
@@ -77,9 +77,7 @@ proc test_remote { remote host_is_target } {
}
with_test_prefix copy-from-remote {
- # Note: we're using $remote_file here instead of $file, otherwise
- # this breaks with board_info remotedir.
- set build_file [remote_upload $remote $remote_file]
+ set build_file [remote_upload $remote $file]
gdb_assert { [string equal [file tail $build_file] $file] == 1 } \
"remote_upload returns valid value"