summaryrefslogtreecommitdiff
path: root/tests/test_ctrl_chars.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-09-23 07:20:15 -0700
committerjquast <contact@jeffquast.com>2013-09-23 07:20:15 -0700
commitfcf61fbe563178a75414bb124105de1234302996 (patch)
tree71c24695f8d434d1e4f958a53831dedf299d2252 /tests/test_ctrl_chars.py
parentd7f28b0b1760f758ba8dc63807d6ea49cc8f39c3 (diff)
downloadpexpect-git-fcf61fbe563178a75414bb124105de1234302996.tar.gz
fixing join, again!
Diffstat (limited to 'tests/test_ctrl_chars.py')
-rwxr-xr-xtests/test_ctrl_chars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ctrl_chars.py b/tests/test_ctrl_chars.py
index 91b9ba3..25cf345 100755
--- a/tests/test_ctrl_chars.py
+++ b/tests/test_ctrl_chars.py
@@ -58,7 +58,7 @@ class TestCtrlChars(PexpectTestCase.PexpectTestCase):
child.expect ('3\r\n')
except Exception:
err = sys.exc_info()[1]
- self.fail(" ".join(["Did not echo character value: 3\n", str(err))])
+ self.fail(" ".join(["Did not echo character value: 3\n", str(err)]))
def test_bad_sendcontrol_chars (self):