1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/cloc/disable-git-tests.patch
2018-10-06 18:20:34 +02:00

15 lines
531 B
Diff

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