GDB/testsuite: Tighten `set print elements' error check
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
commitb955c336f93a1b8ab433b713739c145c56f5c027
treeaf14d303d1fcf62c271ed9d5a08d28ee3ed09e2d
parent575fd4cffd05be7bd56112afa8688201d70d3043
GDB/testsuite: Tighten `set print elements' error check

Match the whole error message expected to be given rather than omitting
the part about the "unlimited" keyword.  There's no point in omitting
the missing part first, and second with an upcoming change the part in
parentheses will no longer be a fixed string, so doing a full match will
ensure the algorithm correctly builds the message expected here.  Also
avoid any wildcard matches.
gdb/testsuite/gdb.base/default.exp