aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-21 14:59:16 -0700
committerTom Tromey <tom@tromey.com>2023-01-22 14:27:49 -0700
commit2292e336c64bc365ceed12231a516c3f3068c869 (patch)
tree78c981f843b979808b73d083de7365459fac2057 /gdb
parent39ac2b04bf1328c71d2c033810c559edd97d407b (diff)
downloadgdb-2292e336c64bc365ceed12231a516c3f3068c869.zip
gdb-2292e336c64bc365ceed12231a516c3f3068c869.tar.gz
gdb-2292e336c64bc365ceed12231a516c3f3068c869.tar.bz2
Remove path name from test
The test suite reports several path names in tests. I couldn't find most of these, and I suspect they are false reports, but I did manage to locate one. This one is probably harmless, as I think the path does not vary; but it's also easy to fix and suppress one warning.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.python/py-parameter.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-parameter.exp b/gdb/testsuite/gdb.python/py-parameter.exp
index 09a0308..c1f8a80 100644
--- a/gdb/testsuite/gdb.python/py-parameter.exp
+++ b/gdb/testsuite/gdb.python/py-parameter.exp
@@ -76,7 +76,8 @@ proc_with_prefix test_data_directory { } {
set rel_path_to_output_dir \
[file join "." [string replace ${abs_path_to_output_dir} 0 \
[string length ${abs_path_to_cwd}] ""]]
- gdb_test_no_output "set data-directory ${rel_path_to_output_dir}"
+ gdb_test_no_output "set data-directory ${rel_path_to_output_dir}" \
+ "set data-directory to relative path"
gdb_test "python print (gdb.parameter ('data-directory'))" \
${abs_path_to_output_dir} \