diff options
author | Bob Manson <manson@cygnus> | 1997-02-12 01:00:49 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-02-12 01:00:49 +0000 |
commit | 76abb184ef15792df6f9822fc1f48779060c5875 (patch) | |
tree | 13aa6d1ddb7696089b916d3e277b52d7e27a83a7 /gdb/testsuite/config | |
parent | 8bd49d39b3d8c083308cadbf55bdb5247546bb15 (diff) | |
download | gdb-76abb184ef15792df6f9822fc1f48779060c5875.zip gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.gz gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.bz2 |
* config/udi.exp: Use mondfe,name instead of remote_host.
remote_host is a bad naming choice.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/udi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/udi.exp b/gdb/testsuite/config/udi.exp index 4c5f242..1f4fcb2 100644 --- a/gdb/testsuite/config/udi.exp +++ b/gdb/testsuite/config/udi.exp @@ -31,7 +31,7 @@ proc gdb_target_udi { } { global verbose global exit_status - set targetname [target_info remote_host]; + set targetname [target_info mondfe,name]; # set targets hostname send "target udi $targetname\n" set timeout 60 |