aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/reread.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/reread.exp')
-rw-r--r--gdb/testsuite/gdb.base/reread.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/reread.exp b/gdb/testsuite/gdb.base/reread.exp
index f0650c4..5e17e11 100644
--- a/gdb/testsuite/gdb.base/reread.exp
+++ b/gdb/testsuite/gdb.base/reread.exp
@@ -100,7 +100,7 @@ gdb_test "shell touch ${binfile}" "" ""
set prms_id 0
-if ![isnative] {
+if [is_remote target] {
unsupported "run to foo() second time ";
} else {
gdb_run_cmd
@@ -124,7 +124,7 @@ if ![isnative] {
### Second pass: verify that GDB checks the executable file's
### timestamp when the program is *restarted*, not just when it exits.
-if ![isnative] {
+if [is_remote target] {
unsupported "second pass: GDB should check for changes before running"
} else {