summaryrefslogtreecommitdiff
path: root/tests/test_install_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_install_lib.py')
-rw-r--r--tests/test_install_lib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_install_lib.py b/tests/test_install_lib.py
index 5378aa82..fda6315b 100644
--- a/tests/test_install_lib.py
+++ b/tests/test_install_lib.py
@@ -104,7 +104,8 @@ class InstallLibTestCase(support.TempdirManager,
finally:
sys.dont_write_bytecode = old_dont_write_bytecode
- self.assertIn('byte-compiling is disabled', self.logs[0][1])
+ self.assertIn('byte-compiling is disabled',
+ self.logs[0][1] % self.logs[0][2])
def test_suite():