aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-11-20 23:07:55 +0000
committerLancelot SIX <lsix@lancelotsix.com>2022-01-07 22:43:33 +0000
commit0d3ca327972d34eeb4b74cf239aab3bf973a3c97 (patch)
tree08aed4cd691ffda4c1bb07485f6a30671bf95149
parentffd5d21ae272aba3efdee3d677050b69c09e6f16 (diff)
downloadbinutils-0d3ca327972d34eeb4b74cf239aab3bf973a3c97.zip
binutils-0d3ca327972d34eeb4b74cf239aab3bf973a3c97.tar.gz
binutils-0d3ca327972d34eeb4b74cf239aab3bf973a3c97.tar.bz2
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.
-rw-r--r--gdb/testsuite/gdb.base/subst.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/subst.exp b/gdb/testsuite/gdb.base/subst.exp
index a827ad3..e2ad21c 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" \