##// END OF EJS Templates
Fix unicode test for Python 3.
Thomas Kluyver -
Show More
@@ -226,5 +226,5 b' class TestSystemRaw(unittest.TestCase):'
226 def test_1(self):
226 def test_1(self):
227 """Test system_raw with non-ascii cmd
227 """Test system_raw with non-ascii cmd
228 """
228 """
229 cmd = ur'''python -c "u'åäö'" '''
229 cmd = ur'''python -c "'åäö'" '''
230 _ip.shell.system_raw(cmd)
230 _ip.shell.system_raw(cmd)
General Comments 0
You need to be logged in to leave comments. Login now