summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-18 18:17:04 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-18 18:23:23 +0200
commita6e7afbaec56eb08f43682f6381c16b9f1e7198f (patch)
treee7ab662f7c94374a87a9b0ab99722f48c0ababde /dev-python/twisted/twisted-17.1.0-r2.ebuild
parentdev-libs/efl: clean old (diff)
downloadgentoo-a6e7afbaec56eb08f43682f6381c16b9f1e7198f.tar.gz
gentoo-a6e7afbaec56eb08f43682f6381c16b9f1e7198f.tar.bz2
gentoo-a6e7afbaec56eb08f43682f6381c16b9f1e7198f.zip
dev-python/twisted: Remove +x from files/trial
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted/twisted-17.1.0-r2.ebuild')
-rw-r--r--dev-python/twisted/twisted-17.1.0-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild
index 7b72031402e4..2c5297195b28 100644
--- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
+++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
@@ -113,7 +113,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