summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-02-19 14:41:31 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2018-02-19 14:41:31 +0100
commitbda3bce0197fe64819626f9ab116f72f80ce63c5 (patch)
tree4bae0db675998516c140f31e66c778f8e13ee059 /test
parentceb2cea0b4ddddf44bbf4bbe5ce495ade375b0cf (diff)
Work around test-method-mirror failure by setting umask at start
This fixes a test failure on autopkgtest.
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/test-method-mirror2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-method-mirror b/test/integration/test-method-mirror
index 99d0c9700..a770f52ac 100755
--- a/test/integration/test-method-mirror
+++ b/test/integration/test-method-mirror
@@ -4,6 +4,8 @@ set -e
TESTDIR="$(readlink -f "$(dirname "$0")")"
. "$TESTDIR/framework"
+umask 022
+
setupenvironment
configarchitecture "i386"