t1080: add miscellaneous tg.sh tests
[topgit/pro.git] / t / t1080-miscellaneous-items.sh
blobd77d11a5ef4f648bbf4e3f51e5790490a9bf8848
1 #!/bin/sh
3 test_description='test miscellaneous tg.sh behaviors'
5 . ./test-lib.sh
7 test_plan 1
9 test_expect_success 'no empty GIT_OBJECT_DIRECTORY' '
10 tg_test_include &&
12 test z"${GIT_OBJECT_DIRECTORY}" != z ||
13 test z"${GIT_OBJECT_DIRECTORY+set}" != z"set"
14 } &&
15 test_must_fail printenv GIT_OBJECT_DIRECTORY >/dev/null
18 test_done