diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/t0001-validate-git-versions.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/t0001-validate-git-versions.sh b/tests/t0001-validate-git-versions.sh index 3200f31..73bd32f 100755 --- a/tests/t0001-validate-git-versions.sh +++ b/tests/t0001-validate-git-versions.sh | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | if [ "${CGIT_TEST_NO_GIT_VERSION}" = "YesPlease" ]; then | ||
| 4 | exit 0 | ||
| 5 | fi | ||
| 6 | |||
| 3 | test_description='Check Git version is correct' | 7 | test_description='Check Git version is correct' |
| 4 | CGIT_TEST_NO_CREATE_REPOS=YesPlease | 8 | CGIT_TEST_NO_CREATE_REPOS=YesPlease |
| 5 | . ./setup.sh | 9 | . ./setup.sh |
