diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-19 14:41:31 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-19 14:41:31 +0100 |
commit | bda3bce0197fe64819626f9ab116f72f80ce63c5 (patch) | |
tree | 4bae0db675998516c140f31e66c778f8e13ee059 | |
parent | ceb2cea0b4ddddf44bbf4bbe5ce495ade375b0cf (diff) |
Work around test-method-mirror failure by setting umask at start
This fixes a test failure on autopkgtest.
-rwxr-xr-x | test/integration/test-method-mirror | 2 |
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" |