summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-01-06 07:54:31 +0100
committerArmin Rigo <arigo@tunes.org>2020-01-06 07:54:31 +0100
commita02e8e0e92ff7140d6db1bb3f4252cfc1b0399a4 (patch)
tree31fce1aed967fad6d01373b3d82e24b95a433dba /testing
parent49c42d062185b9c28a9924a12aa99c4ff36aec5f (diff)
parent7af3f9c6f382aeaa89fffd3c3994b339a9268860 (diff)
downloadcffi-a02e8e0e92ff7140d6db1bb3f4252cfc1b0399a4.tar.gz
merge branch 'shortername', thanks matti
Diffstat (limited to 'testing')
-rw-r--r--testing/cffi0/test_zdistutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cffi0/test_zdistutils.py b/testing/cffi0/test_zdistutils.py
index b67b105..35b3d0c 100644
--- a/testing/cffi0/test_zdistutils.py
+++ b/testing/cffi0/test_zdistutils.py
@@ -89,7 +89,7 @@ class DistUtilsTest(object):
csrc = '/*hi there %s!2*/\n#include <math.h>\n' % self
v = Verifier(ffi, csrc, force_generic_engine=self.generic,
libraries=[self.lib_m])
- basename = self.__class__.__name__ + 'test_compile_module'
+ basename = self.__class__.__name__[:10] + '_test_compile_module'
v.modulefilename = filename = str(udir.join(basename + '.so'))
v.compile_module()
assert filename == v.modulefilename