From b6e66bce4dadd1a5b9f74a456de3ef5575e648fa Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Sun, 19 Jan 2014 17:19:04 -0500
Subject: libremakepkg: Check the permissions of the bind-mounted  directories

---
 test/test-common.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'test')

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
 }
 
-- 
cgit v1.2.3-2-g168b