empserver/tests/fairland-test
Markus Armbruster 9f33eb1ba8 tests: Define and use some abbreviations
No functional change.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2015-02-01 16:52:59 +01:00

23 lines
346 B
Bash
Executable file

#!/bin/sh -e
# Basic fairland test
if [ $# -ne 1 ]
then echo "Usage: $0 SRCDIR" >&2; exit 1
fi
srcdir="$1"
. "$srcdir"/tests/test-common.sh
create_sandbox
exec 3>sandbox/fairland.out
$files -f >&3
$fairland -s sandbox/newcap_script -R 1 10 30 >&3
exec 3>&-
$empdump -x >sandbox/final.xdump
cmp_out fairland.out final.xdump newcap_script