tests: move most helper functions from test-lib.sh to new init.cfg
authorJim Meyering <meyering@redhat.com>
Wed, 30 Jun 2010 15:06:53 +0000 (17:06 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 30 Jun 2010 16:11:50 +0000 (18:11 +0200)
commitb062bbd94712c9a761ee42b9ac267651b334f836
tree654ebf8aa41d75b84350afe076f008bef6beaa8c
parentcfee734a41111c975c708744c6aab1f99aa0262b
tests: move most helper functions from test-lib.sh to new init.cfg

From there, they will be used by both test-lib.sh (as we phase it out)
and the newer init.sh, to which all tests will migrate.
* tests/test-lib.sh: Move most functions from here, ...
* tests/init.cfg: ...to here.  New file.
* tests/Makefile.am (EXTRA_DIST): Add init.cfg.
tests/Makefile.am
tests/init.cfg [new file with mode: 0644]
tests/test-lib.sh