gdb/testsuite: Remove duplicates from gdb.base/pending.exp

When running the testsuite, I have:

    Running .../gdb/testsuite/gdb.base/pending.exp ...
    DUPLICATE: gdb.base/pending.exp: disable other breakpoints

Fix by adjusting the test names.

Tested on x86_64-linux.
This commit is contained in:
Lancelot SIX 2021-11-19 23:22:53 +00:00
parent 2bb68cff48
commit 08c8808ae2

View File

@ -244,8 +244,8 @@ gdb_test "continue" \
# be 3 then.
#
gdb_test "disable 7" "" "disable other breakpoints"
gdb_test "disable 5" "" "disable other breakpoints"
gdb_test "disable 7" "" "disable breakpoint 7"
gdb_test "disable 5" "" "disable breakpoint 5"
gdb_test "continue" \
".*Breakpoint.*pendfunc1.*\\\(x=3\\\) at.*pendshr.c:$bp3_loc.*printf.*;" \