From: Ian Jackson Date: Thu, 12 Jul 2018 23:54:27 +0000 (+0100) Subject: test suite: chmod a+r $AUTOPKGTEST explicitly. X-Git-Tag: archive/debian/5.9+exp3^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=33e55bfe2b24a2c67b8df06d980ab08fa078e99e test suite: chmod a+r $AUTOPKGTEST explicitly. --- diff --git a/debian/changelog b/debian/changelog index 663eca82..f5078be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dgit (5.9+exp3) experimental; urgency=medium + + * test suite: chmod a+r $AUTOPKGTEST explicitly. + + -- Ian Jackson Fri, 13 Jul 2018 00:54:20 +0100 + dgit (5.9+exp2) experimental; urgency=medium * test suite: Save things to $AUTOPKGTEST_ARTIFACTS without diff --git a/tests/lib b/tests/lib index 1ddfcea0..4425bf6e 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