Remove path name from test case master
authorTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 18:47:27 +0000 (11:47 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 18:47:27 +0000 (11:47 -0700)
commit1146d27749f4411e6909637429ed0fc636aeee32
tree550bbef0b4c371ea8ef053fd05c289ba0d0543df
parentc748dbd95bf3305539956053c2a25ecea7b442a5
Remove path name from test case

'runtest' complains about a path in a test name, from the new test
case py-missing-debug.exp.

This patch fixes the problem by providing an explicit test name to
gdb_test.  I chose something very basic because the block in question
is already wrapped in with_test_prefix.
gdb/testsuite/gdb.python/py-missing-debug.exp