summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-11-06 05:08:40 +0100
committerGuillem Jover <guillem@debian.org>2016-11-06 05:08:40 +0100
commite1aebafaf6b8b54828655ec35e11ad290bc56873 (patch)
tree8578dc3f5bac8e150d60810d23964fd29d67d8fc
parent4087ff25f36c8169407ee69a854c32e4e4c5596e (diff)
downloaddpkg-e1aebafaf6b8b54828655ec35e11ad290bc56873.tar.gz
build: Set umask to 0022 for functional test suite
-rw-r--r--debian/changelog3
-rw-r--r--t-func/atlocal.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 54dc943e5..ba2f1b9a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dpkg (1.18.12) UNRELEASED; urgency=medium
- *
+ * Build system:
+ - Set umask to 0022 for functional test suite.
-- Guillem Jover <guillem@debian.org> Sun, 06 Nov 2016 05:03:23 +0100
diff --git a/t-func/atlocal.in b/t-func/atlocal.in
index 9b8a44129..2fe4b5503 100644
--- a/t-func/atlocal.in
+++ b/t-func/atlocal.in
@@ -4,6 +4,9 @@ PATH="@abs_top_builddir@/dpkg-deb:@abs_top_builddir@/dpkg-split:@abs_top_builddi
export PATH
# Setup a sane environment
+
+umask 0022
+
LC_ALL=C
export LC_ALL