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:
parent
d38b685ca3
commit
ab913d73f9
11 changed files with 8 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue