summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-13 00:54:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-13 00:54:27 +0100
commit33e55bfe2b24a2c67b8df06d980ab08fa078e99e (patch)
treeffc07f1b7ea79f9d57118de4be78cc9814676098 /tests
parent0992cbebeb1bcf1dbda34a03917e25ba75fad046 (diff)
test suite: chmod a+r $AUTOPKGTEST explicitly.debian/5.9+exp3archive/debian/5.9+exp3
Diffstat (limited to 'tests')
-rw-r--r--tests/lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 1ddfcea..4425bf6 100644
--- a/tests/lib
+++ b/tests/lib
@@ -421,6 +421,7 @@ t-save-artifacts () {
if [ x"tmp" = x ]; then return; fi
: '(((((((((( t-save-artifacts ))))))))))'
cp -dR --preserve=links,timestamps "$tmp"/. "$artifacts"/.
+ chmod -R a+r -- "$artifacts"/.
cd "$artifacts"/.
find . \( -name \*.tar -o -name \*.sample \) -print0 | \
xargs -0r rm -v