From: Lancelot SIX Date: Sat, 20 Nov 2021 23:07:55 +0000 (+0000) Subject: gdb/testsuite: Remove duplicates from gdb.base/subst.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d3ca327972d34eeb4b74cf239aab3bf973a3c97;p=binutils-gdb.git gdb/testsuite: Remove duplicates from gdb.base/subst.exp When I run the testsuite, I have: Running .../gdb/testsuite/gdb.base/subst.ex ... DUPLICATE: gdb.base/subst.exp: unset substitute-path from, no rule entered yet Fix by adjusting the problematic test name. Tested on x86_64-linux. --- diff --git a/gdb/testsuite/gdb.base/subst.exp b/gdb/testsuite/gdb.base/subst.exp index a827ad34556..e2ad21cf9e0 100644 --- a/gdb/testsuite/gdb.base/subst.exp +++ b/gdb/testsuite/gdb.base/subst.exp @@ -50,7 +50,7 @@ gdb_test_no_output "unset substitute-path" \ gdb_test "unset substitute-path from" \ "No substitution rule defined for `from'" \ - "unset substitute-path from, no rule entered yet" + "unset substitute-path from, after unset substitute-path" gdb_test "unset substitute-path from to" \ "Incorrect usage, too many arguments in command" \