aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/skip-tests-alpine.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 08:13:05 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 08:13:38 +0000
commitdc5066268343578ac84830dd24665160121758cf (patch)
treefe45b376c718a0dc542c02b4df38c060eaefd147 /main/gettext/skip-tests-alpine.patch
parentd95409f62bc4fb680095b9bbbc164b609d4b3ccd (diff)
downloadaports-dc5066268343578ac84830dd24665160121758cf.tar.bz2
aports-dc5066268343578ac84830dd24665160121758cf.tar.xz
main/gettext: reconcile differences between adelie and alpine
Diffstat (limited to 'main/gettext/skip-tests-alpine.patch')
-rw-r--r--main/gettext/skip-tests-alpine.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gettext/skip-tests-alpine.patch b/main/gettext/skip-tests-alpine.patch
new file mode 100644
index 0000000000..8f9e6b84f4
--- /dev/null
+++ b/main/gettext/skip-tests-alpine.patch
@@ -0,0 +1,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