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 " |
|
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