From 33e55bfe2b24a2c67b8df06d980ab08fa078e99e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Jul 2018 00:54:27 +0100 Subject: test suite: chmod a+r $AUTOPKGTEST explicitly. --- tests/lib | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3