aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/attach.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-04-09 20:48:45 +0000
committerDaniel Jacobowitz <drow@false.org>2002-04-09 20:48:45 +0000
commit2d1676a068c316f3d6d31d905ff2880b32326d3d (patch)
tree92f4edbac50ae8ef73e17092c9674c7f1c5eacb4 /gdb/testsuite/gdb.base/attach.exp
parentb62a12ca8898734403c9a763d6156017cf611824 (diff)
downloadgdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.zip
gdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.tar.gz
gdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.tar.bz2
2002-04-09 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/attach.exp: Correct target board test.
Diffstat (limited to 'gdb/testsuite/gdb.base/attach.exp')
-rw-r--r--gdb/testsuite/gdb.base/attach.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp
index 7f1c407..2b341af 100644
--- a/gdb/testsuite/gdb.base/attach.exp
+++ b/gdb/testsuite/gdb.base/attach.exp
@@ -36,7 +36,7 @@ if { [istarget "hppa*-*-hpux*"] } {
}
# are we on a target board
-if ![isnative] then {
+if [is_remote target] then {
return 0
}