test-lib-tg: consistently use "tg_test" or "TG_TEST" prefix
commitced638b42fd18f099b18012c29506f47762992fc
authorKyle J. McKay <mackyle@gmail.com>
Thu, 25 May 2017 15:35:58 +0000 (25 08:35 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 25 May 2017 15:35:58 +0000 (25 08:35 -0700)
treedf014b1937e55337370189d04fc8292636c94667
parentdfeadb71887fe5b3c455655a6f10ae933e64a669
test-lib-tg: consistently use "tg_test" or "TG_TEST" prefix

For test library specific variables and functions consistently
use either "TG_TEST_" or "tg_test_" as the prefix to avoid
colliding with other test library functions or variables or
any TopGit functions or variables.

The following two items are therefore renamed:

  TG_FULL_PATH => TG_TEST_FULL_PATH
  tg_include => tg_test_include

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/test-lib-functions-tg.sh
t/test-lib-main.sh
t/test-lib.sh