Message ID | 20190613185313.16120-6-randall.s.becker@rogers.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add exclusions for tests requiring cvs where cvs is not installed | expand |
diff --git a/t/t9604-cvsimport-timestamps.sh b/t/t9604-cvsimport-timestamps.sh index 2ff4aa932d..1fbbd179c1 100755 --- a/t/t9604-cvsimport-timestamps.sh +++ b/t/t9604-cvsimport-timestamps.sh @@ -3,6 +3,13 @@ test_description='git cvsimport timestamps' . ./lib-cvs.sh +cvs >/dev/null 2>&1 +if test $? -ne 1 +then + skip_all='skipping git-cvsimport tests, cvs not found' + test_done +fi + setup_cvs_test_repository t9604 test_expect_success PERL 'check timestamps are UTC (TZ=CST6CDT)' '