Fix typo in test-diff-dwarf-abixml.cc

* tests/test-diff-dwarf-abixml.cc (main): Fix typo.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2015-11-10 10:07:29 +01:00
parent c05a02573f
commit 7f742e2751

View File

@ -72,7 +72,7 @@ main()
in_elf_path = get_src_dir() + "/tests/" + s->in_elf_path;
in_abi_path = get_src_dir() + "/tests/"+ s->in_abi_path;
ref_diff_report_path = get_src_dir() + "/tests/" + s->in_report_path;
out_diff_report_path = get_build_dir() + "/tests" + s->out_report_path;
out_diff_report_path = get_build_dir() + "/tests/" + s->out_report_path;
if (!ensure_parent_dir_created(out_diff_report_path))
{