tests: Define and use some abbreviations

No functional change.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-28 19:29:11 +01:00
parent 9a6998882a
commit 9f33eb1ba8
10 changed files with 52 additions and 38 deletions

View file

@ -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