Fix a little glitch in the test suite

* test-read-dwarf.cc (in_out_specs): Emit the output of the test11
	to output/test-read-dwarf/test11-pr18828.so.abi, not
	output/test-read-dwarf/test10-pr18828.so.abi.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2015-08-18 12:31:45 +02:00
parent f7f37dec12
commit fce31333cb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ InOutSpec in_out_specs[] =
{
"data/test-read-dwarf/test11-pr18828.so",
"data/test-read-dwarf/test11-pr18828.so.abi",
"output/test-read-dwarf/test10-pr18828.so.abi",
"output/test-read-dwarf/test11-pr18828.so.abi",
},
// This should be the last entry.
{NULL, NULL, NULL}