t0000: verify that git rev-parse --git-dir fails
commitb8c9684c4a9167de21f8492b475c1a1f77d755fc
authorKyle J. McKay <mackyle@gmail.com>
Sun, 5 Mar 2017 03:14:50 +0000 (4 19:14 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 5 Mar 2017 03:14:50 +0000 (4 19:14 -0800)
tree633f444fc20019514747e70bd6d9c7e1e2e63b63
parentb1ccbbbf64ccad56aa7d666ae1ceb70c19228b5e
t0000: verify that git rev-parse --git-dir fails

The t0000 test sets TEST_NO_CREATE_REPO=1 to prevent creation of
a Git repo.

Verify that GIT_CEILING_DIRECTORIES has been set properly to
prevent Git from finding the repository containing the tests by
making sure `git rev-parse --git-dir` fails.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t0000-itworks.sh