diff options
Diffstat (limited to 'skip-check_web-testcase.patch')
-rw-r--r-- | skip-check_web-testcase.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skip-check_web-testcase.patch b/skip-check_web-testcase.patch new file mode 100644 index 0000000..09e337b --- /dev/null +++ b/skip-check_web-testcase.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 2130582..87aa4d8 100644 +--- a/Makefile ++++ b/Makefile +@@ -858,7 +858,7 @@ tzselect: tzselect.ksh version + mv $@.out $@ + + check: check_mild back.ck now.ck +-check_mild: check_web check_zishrink \ ++check_mild: check_zishrink \ + character-set.ck white-space.ck links.ck mainguard.ck \ + name-lengths.ck slashed-abbrs.ck sorted.ck \ + tables.ck ziguard.ck tzs.ck |