From bef68b27139cb391a3f81af12b198a7246a57403 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Sep 2015 21:53:15 -0400 Subject: derp3 --- tests/test_process.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_process.py b/tests/test_process.py index 52cb5d2d..2e8152db 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -713,8 +713,8 @@ class AliasedCommandTest(CoverageTest): badcmd = "coverage%d" % (5 - sys.version_info[0]) out = self.run_command(badcmd) if "Code coverage" in out: - out = self.run_command(badcmd + " debug sys") - print(out) + out2 = self.run_command(badcmd + " debug sys") + print(out2) self.assertNotIn("Code coverage for Python", out) def test_specific_alias_works(self): -- cgit v1.2.1