From 4942310344701c0eb0fd55a16ab4583fd5b2dc63 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 7 Oct 2013 21:28:16 -0700 Subject: Fix failure on file-5.15. That has a bug and/or change in behvior where the first call to magic_load results in magic_error returning a string even though there was no error. Fixed by being more precise about checking the return values (either nul or -1 depending on function) rather than relying on magic_error. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 856e77b..ff9a984 100644 --- a/setup.py +++ b/setup.py @@ -14,4 +14,5 @@ supports both textual and MIME-type output. """, keywords="mime magic file", license="PSF", + test_suite='test' ) -- cgit v1.2.1