mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
This commit is contained in:
parent
ffd5d21ae2
commit
0d3ca32797
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user