From bda3bce0197fe64819626f9ab116f72f80ce63c5 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 19 Feb 2018 14:41:31 +0100 Subject: Work around test-method-mirror failure by setting umask at start This fixes a test failure on autopkgtest. --- test/integration/test-method-mirror | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3