diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c854f2d814..43096ca9e35 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-09 Daniel Jacobowitz + + * gdb.base/attach.exp: Correct target board test. + 2002-04-08 Michael Chastain * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this" diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 7f1c407a490..2b341af009f 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 }