diff options
Diffstat (limited to 't/lib-cvs.sh')
| -rw-r--r-- | t/lib-cvs.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/lib-cvs.sh b/t/lib-cvs.sh index 57b9b2db9b..c8b4404888 100644 --- a/t/lib-cvs.sh +++ b/t/lib-cvs.sh @@ -2,6 +2,12 @@ . ./test-lib.sh +if test -n "$NO_CVS_TESTS" +then + skip_all='skipping git cvs tests, NO_CVS_TESTS defined' + test_done +fi + unset CVS_SERVER if ! type cvs >/dev/null 2>&1 |
