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,11 +13,11 @@ create_sandbox
|
|||
|
||||
exec 3>sandbox/fairland.out
|
||||
|
||||
src/util/files -e sandbox/etc/empire/econfig -f >&3
|
||||
src/util/fairland -e sandbox/etc/empire/econfig -s sandbox/newcap_script -R 1 10 30 >&3
|
||||
$files -f >&3
|
||||
$fairland -s sandbox/newcap_script -R 1 10 30 >&3
|
||||
|
||||
exec 3>&-
|
||||
|
||||
src/util/empdump -e sandbox/etc/empire/econfig -x >sandbox/final.xdump
|
||||
$empdump -x >sandbox/final.xdump
|
||||
|
||||
cmp_out fairland.out final.xdump newcap_script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue