gdb/testsuite: Remove duplicates from gdb.base/stack-checking.exp
authorLancelot SIX <lsix@lancelotsix.com>
Fri, 19 Nov 2021 18:58:04 +0000 (18:58 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Fri, 7 Jan 2022 22:43:32 +0000 (22:43 +0000)
commit3c1f0c735d69d8e06003f5344d4a19b4320f10d8
tree26df7408c0b16e8a9f88d9f71143558ae9385bd2
parent9fba072133e0463467e7927c2bebc994502bb7dc
gdb/testsuite: Remove duplicates from gdb.base/stack-checking.exp

When running the testsuite I have:

    Running .../gdb/testsuite/gdb.base/stack-checking.exp ...
    DUPLICATE: gdb.base/stack-checking.exp: bt
    DUPLICATE: gdb.base/stack-checking.exp: bt

Fix by using with_test_prefix.

Tested on x86_64-linux.
gdb/testsuite/gdb.base/stack-checking.exp