summaryrefslogtreecommitdiff
path: root/dev-python/twisted/twisted-16.6.0-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twisted/twisted-16.6.0-r3.ebuild')
-rw-r--r--dev-python/twisted/twisted-16.6.0-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild
index cc2d554f4023..61c95aa34aad 100644
--- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
+++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
@@ -112,7 +112,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment. copy the old 16.3.2 start script
# to run the tests with
- cp "${FILESDIR}"/trial "${TEST_DIR}"
+ cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+ chmod +x "${TEST_DIR}"/trial || die
pushd "${TEST_DIR}" > /dev/null || die