summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-19 17:19:04 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-19 17:19:04 -0500
commitb6e66bce4dadd1a5b9f74a456de3ef5575e648fa (patch)
tree082593878e217eee7b75712961143e977cbdfbd4 /test
parent8692458d65fc9ce559ad7cd254d7ed3b606da76e (diff)
libremakepkg: Check the permissions of the bind-mounted directoriestesting-20140119
Diffstat (limited to 'test')
-rw-r--r--test/test-common.sh1
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
}