summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rwxr-xr-xtest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 78ddb2b..addccc6 100755
--- a/test/test.py
+++ b/test/test.py
@@ -94,7 +94,7 @@ class MagicTest(unittest.TestCase):
self.assertEqual(m.from_file(filename), 'image/jpeg')
m = magic.Magic(mime=True, keep_going=True)
- self.assertEqual(m.from_file(filename), 'image/jpeg\\012- application/octet-stream')
+ self.assertEqual(m.from_file(filename), 'image/jpeg')
def test_rethrow(self):