tests: Rename final xdump files to final.xdump

The other test output files have fixed names, and having just one with
a name that varies with the test name complicates things with no gain.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-08 21:45:08 +01:00
parent d38b685ca3
commit ab913d73f9
11 changed files with 8 additions and 8 deletions

View file

@ -148,7 +148,7 @@ begin_test()
end_test ()
{
stop_server
src/util/empdump -e sandbox/etc/empire/econfig -x >sandbox/$test.xdump
src/util/empdump -e sandbox/etc/empire/econfig -x >sandbox/final.xdump
}
cmp_out()