diff options
Diffstat (limited to 'community/cloc/disable-git-tests.patch')
-rw-r--r-- | community/cloc/disable-git-tests.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/cloc/disable-git-tests.patch b/community/cloc/disable-git-tests.patch new file mode 100644 index 0000000000..b41f12a384 --- /dev/null +++ b/community/cloc/disable-git-tests.patch @@ -0,0 +1,15 @@ +Disable all git-related tests. Those probably fail because the source +tarball doesn't ship the `.git` directory. Needs further investigation. + +diff -upr cloc-1.80.orig/Unix/Makefile cloc-1.80/Unix/Makefile +--- cloc-1.80.orig/Unix/Makefile 2018-10-06 18:14:59.066930304 +0200 ++++ cloc-1.80/Unix/Makefile 2018-10-06 18:15:06.760329821 +0200 +@@ -95,8 +95,6 @@ test-pod: + # Rule: test-code - Check that the counter works + test-code: + t/00_C.t +- t/02_git.t +- t/01_opts.t + + # Rule: test - Run tests + test: test-perl test-pod test-code |