[gdb/testsuite] Add missing quote in remote-gdbserver-on-localhost.exp
authorTom de Vries <tdevries@suse.de>
Tue, 21 Mar 2023 12:52:57 +0000 (13:52 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 21 Mar 2023 12:52:57 +0000 (13:52 +0100)
commit41246bbd77eda0a76cb84839f3eae1b33958171b
tree5a293c95395b58964d1648ac781083184b179fc0
parentccd7caeea05eec1d43a1e63a7784db3570c02db0
[gdb/testsuite] Add missing quote in remote-gdbserver-on-localhost.exp

In a recent commit I forgot to add a double quote before chmod here:
...
      remote_exec build $rsh_cmd chmod go-rx ."
...

Fix it by adding the missing double quote.
gdb/testsuite/boards/remote-gdbserver-on-localhost.exp