Skip to content

Commit 7654ca6

Browse files
committed
Merge branch 'mg/lib-gpg-ro-safety'
In a tarball extract whose files are all read-only, running GPG tests would have failed due to unwritable files. * mg/lib-gpg-ro-safety: t/lib-gpg: make gpghome files writable
2 parents ce71c1f + e7f224f commit 7654ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/lib-gpg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ else
1818
# No password given, to enable non-interactive operation.
1919
cp -R "$TEST_DIRECTORY"/lib-gpg ./gpghome
2020
chmod 0700 gpghome
21+
chmod 0600 gpghome/*
2122
GNUPGHOME="$(pwd)/gpghome"
2223
export GNUPGHOME
2324
test_set_prereq GPG

0 commit comments

Comments
 (0)