mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
gdb/testsuite: fix directory name in test name
In the commit:
commit 4793f551a5
Date: Mon Nov 27 13:33:17 2023 +0000
gdb: allow use of ~ in 'save gdb-index' command
I added a test which has a directory name within the GDB command,
which then appears in the test name as I failed to give the test a
better name.
Fixed in this commit.
This commit is contained in:
parent
850f4ee546
commit
2c4caca987
@ -82,7 +82,8 @@ if { !$can_dump_index } {
|
||||
}
|
||||
|
||||
# Generate an index file.
|
||||
gdb_test_no_output "save gdb-index $dir"
|
||||
gdb_test_no_output "save gdb-index $dir" \
|
||||
"save gdb-index to tilde based directory"
|
||||
gdb_exit
|
||||
|
||||
# Confirm that the index file exists.
|
||||
|
Loading…
Reference in New Issue
Block a user