t/t0003-testlib-git.sh: add tests for git utility functions
commit8c7e0d4f40e5d305c140c5517cff1979be16416a
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Jun 2017 04:00:27 +0000 (1 21:00 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Jun 2017 04:00:27 +0000 (1 21:00 -0700)
treefee6f2471765a6e3562a90bc92630b5f50714319
parent2c56421bf9044bf8d7eba0f864e874245ed21a17
t/t0003-testlib-git.sh: add tests for git utility functions

While the "testlib-basic" test covers most of the rest of the
functions, it does not cover Git-specific functions.

Since this is not a test suite for Git itself, tests at that
level are not appropriate.

However, several of the provided utility functions are
Git-centric so provide some simple tests to make sure they
provide the functionality they're supposed to provide.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t0003-testlib-git.sh [new file with mode: 0755]