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.
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} \