src/tests: clean up duplicate code

This commit is contained in:
John Hood
2016-02-24 00:43:56 -05:00
parent ed92637f25
commit 49a4106ae4
17 changed files with 88 additions and 458 deletions
+1 -9
View File
@@ -11,15 +11,7 @@
# cleanup with kill -9.
#
fail()
{
printf "$@" 2>&1
exit 99
}
. $(dirname $0)/e2e-test-subrs
PATH=$PATH:.:$srcdir
# Top-level wrapper.
if [ $# -eq 0 ]; then