Fix typo in test-diff-dwarf-abixml.cc
authorDodji Seketeli <dodji@redhat.com>
Tue, 10 Nov 2015 09:07:29 +0000 (10:07 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 10 Nov 2015 09:08:44 +0000 (10:08 +0100)
* tests/test-diff-dwarf-abixml.cc (main): Fix typo.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/test-diff-dwarf-abixml.cc

index 17f8a4b..d474add 100644 (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))
        {