chiark / gitweb /
test suite: chmod a+r $AUTOPKGTEST explicitly.
[dgit.git] / tests / lib
index 1ddfcea0fed19b3cdfc88fc63a057a3c1ae1d951..4425bf6efc4834243aba3af4bb8c13e99eb1eaa1 100644 (file)
--- 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