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
|
@ -11,7 +11,7 @@ srcdir="$1"
|
|||
|
||||
create_sandbox
|
||||
# Suppress test-only commands:
|
||||
cat >>sandbox/etc/empire/econfig <<EOF
|
||||
cat >>$econfig <<EOF
|
||||
running_test_suite 0
|
||||
EOF
|
||||
|
||||
|
@ -44,7 +44,7 @@ EOF
|
|||
|
||||
end_test
|
||||
|
||||
if perl $srcdir/tests/info/cmp-toc-vs-lists.pl info/toc sandbox/*.list
|
||||
if perl $testdir/cmp-toc-vs-lists.pl info/toc sandbox/*.list
|
||||
then echo "Command documentation OK"
|
||||
else echo "Command documentation FAIL"; false
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue