aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/skip-tests-alpine.patch
blob: 8f9e6b84f4f9eda6643f3775356322283b132898 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gettext-0.19.8.1.orig/gettext-tools/gnulib-tests/test-copy-file-1.sh
+++ gettext-0.19.8.1/gettext-tools/gnulib-tests/test-copy-file-1.sh
@@ -3,6 +3,8 @@
 # Test copy-file on the file system of /var/tmp, which usually is a local
 # file system.
 
+exit 77
+
 if test -d /var/tmp; then
   TMPDIR=/var/tmp
 else