diff options
| -rw-r--r-- | gdb/tclint.toml | 1 | ||||
| -rw-r--r-- | gdb/testsuite/lib/prompt.exp | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gdb/tclint.toml b/gdb/tclint.toml index 1edad00..565dbaa 100644 --- a/gdb/tclint.toml +++ b/gdb/tclint.toml @@ -47,7 +47,6 @@ exclude = [ "gdb/testsuite/lib/pascal.exp", "gdb/testsuite/lib/perftest.exp", "gdb/testsuite/lib/prelink-support.exp", -"gdb/testsuite/lib/prompt.exp", "gdb/testsuite/lib/rust-support.exp", "gdb/testsuite/lib/selftest-support.exp", "gdb/testsuite/lib/trace-support.exp", diff --git a/gdb/testsuite/lib/prompt.exp b/gdb/testsuite/lib/prompt.exp index 7fa131b..0473d69 100644 --- a/gdb/testsuite/lib/prompt.exp +++ b/gdb/testsuite/lib/prompt.exp @@ -44,11 +44,11 @@ proc default_prompt_gdb_start { } { verbose "Spawning $GDB $INTERNAL_GDBFLAGS $GDBFLAGS" gdb_write_cmd_file "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS" - if [info exists gdb_spawn_id] { + if {[info exists gdb_spawn_id]} { return 0 } - if ![is_remote host] { + if {![is_remote host]} { if {[which $GDB] == 0} { perror "$GDB does not exist." exit 1 |
