tests: Rename tests.sh to testutils.sh

tests.sh has a bunch of shell setup that's sourced in a number of other
scripts.  It _doesn't_ actually run a bunch of tests, which is kind of what
the name suggests.  So rename it to be more obvious.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2019-03-29 16:31:39 +11:00
parent c5d45188f9
commit 00f9febf9c
9 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#! /bin/sh
. ./tests.sh
. ./testutils.sh
LOG=tmp.log.$$
EXPECT=tmp.expect.$$