diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 17:19:04 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 17:19:04 -0500 |
commit | b6e66bce4dadd1a5b9f74a456de3ef5575e648fa (patch) | |
tree | 082593878e217eee7b75712961143e977cbdfbd4 /test/test-common.sh | |
parent | 8692458d65fc9ce559ad7cd254d7ed3b606da76e (diff) |
libremakepkg: Check the permissions of the bind-mounted directoriestesting-20140119
Diffstat (limited to 'test/test-common.sh')
-rw-r--r-- | test/test-common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-common.sh b/test/test-common.sh index 46e584d..3df7107 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -11,6 +11,7 @@ _before() { unset PKGEXT SRCEXT unset GPGKEY PACKAGER tmpdir="$(mktemp -d --tmpdir "test-${roundup_desc//\//-}.XXXXXXXXXXXX")" + chmod 755 "$tmpdir" stat=0 } |