tests: Define and use some abbreviations
No functional change. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
9a6998882a
commit
9f33eb1ba8
10 changed files with 52 additions and 38 deletions
|
@ -13,10 +13,10 @@ create_sandbox
|
|||
|
||||
exec 3>sandbox/files.out
|
||||
|
||||
src/util/files -e sandbox/etc/empire/econfig -f >&3
|
||||
$files -f >&3
|
||||
|
||||
exec 3>&-
|
||||
|
||||
src/util/empdump -e sandbox/etc/empire/econfig -x >sandbox/final.xdump
|
||||
$empdump -x >sandbox/final.xdump
|
||||
|
||||
cmp_out files.out final.xdump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue