summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 6ae5c07..59298a1 100755
--- a/test/test.py
+++ b/test/test.py
@@ -87,7 +87,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):