gdbserver_tests/hgtls.vgtest: Make sure gdb is installed before running
commit9337b44f934b792eff0d4b354f85e41ad13d3791
authorMark Wielaard <mark@klomp.org>
Tue, 23 Feb 2021 10:50:13 +0000 (23 11:50 +0100)
committerMark Wielaard <mark@klomp.org>
Tue, 23 Feb 2021 10:56:56 +0000 (23 11:56 +0100)
tree89f7e1a01ff41102bf0796c76d17bc50943d12fe
parentddf692c5cc38239856effa4fc4144ff4c216cd94
gdbserver_tests/hgtls.vgtest: Make sure gdb is installed before running

The other gdbserver_tests that need to run gdb make sure it is actually
available before trying to run it, otherwise the test is skipped. Do the
same to hgtls.vgtest by adding test -e gdb to the prereq.
gdbserver_tests/hgtls.vgtest